#029691

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

Shades of Dark Cyan #029691

Tints of Dark Cyan #029691

Color information

#029691 (or 0x029691) is unknown color: approx Dark Cyan. HEX triplet: 02, 96 and 91. RGB value is (2,150,145). Sum of RGB (Red+Green+Blue) = 2+150+145=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #029691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029691 is #FD696E. Grayscale: #696969. Windows color (decimal): -16607599 or 9541122. OLE color: 9541122.

HSL color Cylindrical-coordinate representation of color #029691: hue angle of 177.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029691 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB2150145-
CMYK0.9900.030.41
HSL177.97º97.37%29.8%-
HSV(B)177.97º98.67%58.82%-
XYZ16.0423.8730.55-
YUV105.18150.4754.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=0.67%
G=50.51%
B=48.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501450.9900.030.41177.9797.3729.8
Hex29691630329b2611e
Octal2226221143035126214136
Binary101001011010010001110001101110100110110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029691; }

 p { color: rgb(2,150,145); }

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

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

 a { background-color: rgb(2,150,145); }

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

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

 span { border-color: rgb(2,150,145); }

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