#039391

Color #039391 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #039391

Tints of Dark Cyan #039391

Color information

#039391 (or 0x039391) is unknown color: approx Dark Cyan. HEX triplet: 03, 93 and 91. RGB value is (3,147,145). Sum of RGB (Red+Green+Blue) = 3+147+145=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #039391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039391 is #FC6C6E. Grayscale: #676767. Windows color (decimal): -16542831 or 9540355. OLE color: 9540355.

HSL color Cylindrical-coordinate representation of color #039391: hue angle of 179.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039391 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB3147145-
CMYK0.9800.010.42
HSL179.17º96%29.41%-
HSV(B)179.17º97.96%57.65%-
XYZ15.5822.9330.39-
YUV103.72151.2956.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=1.02%
G=49.83%
B=49.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31471450.9800.010.42179.179629.41
Hex3939162012Ab3601d
Octal3223221142015226314035
Binary11100100111001000111000100110101010110011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039391; }

 p { color: rgb(3,147,145); }

 H1.HeaderClassName
 {
   color: #039391;
 }
 .AnyTagClassName
 {
   color: #039391;
 }
</style>
background-color css

<style>
 a { background-color: #039391; }

 a { background-color: rgb(3,147,145); }

 div.DivClassName
 {
   background-color: #039391;
 }
 .BgClassName
 {
   background-color: #039391;
 }
</style>
border-color css

<style>
 span { border-color: #039391; }

 span { border-color: rgb(3,147,145); }

 td.TdClassName
 {
   border-color: #039391;
 }
 .TagClassName
 {
   border-color: #039391;
 }
</style>