#039292

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

Shades of Dark Cyan #039292

Tints of Dark Cyan #039292

Color information

#039292 (or 0x039292) is unknown color: approx Dark Cyan. HEX triplet: 03, 92 and 92. RGB value is (3,146,146). Sum of RGB (Red+Green+Blue) = 3+146+146=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #039292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039292 is #FC6D6D. Grayscale: #676767. Windows color (decimal): -16543086 or 9605635. OLE color: 9605635.

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

Color convert

RGB3146146-
CMYK0.98000.43
HSL180º95.97%29.22%-
HSV(B)180º97.95%57.25%-
XYZ15.522.6530.75-
YUV103.24152.1256.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=1.02%
G=49.49%
B=49.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31461460.98000.4318095.9729.22
Hex3929262002Bb4601d
Octal3222222142005326414035
Binary11100100101001001011000100010101110110100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039292; }

 p { color: rgb(3,146,146); }

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

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

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

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

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

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

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