#029088

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

Shades of Dark Cyan #029088

Tints of Dark Cyan #029088

Color information

#029088 (or 0x029088) is unknown color: approx Dark Cyan. HEX triplet: 02, 90 and 88. RGB value is (2,144,136). Sum of RGB (Red+Green+Blue) = 2+144+136=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #029088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029088 is #FD6F77. Grayscale: #646464. Windows color (decimal): -16609144 or 8949762. OLE color: 8949762.

HSL color Cylindrical-coordinate representation of color #029088: hue angle of 176.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029088 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB2144136-
CMYK0.9900.060.44
HSL176.62º97.26%28.63%-
HSV(B)176.62º98.61%56.47%-
XYZ14.4421.7426.73-
YUV100.63147.9657.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=0.71%
G=51.06%
B=48.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21441360.9900.060.44176.6297.2628.63
Hex2908863062Cb1611d
Octal2220210143065426114135
Binary1010010000100010001100011011010110010110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029088; }

 p { color: rgb(2,144,136); }

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

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

 a { background-color: rgb(2,144,136); }

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

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

 span { border-color: rgb(2,144,136); }

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