#029588

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

Shades of Dark Cyan #029588

Tints of Dark Cyan #029588

Color information

#029588 (or 0x029588) is unknown color: approx Dark Cyan. HEX triplet: 02, 95 and 88. RGB value is (2,149,136). Sum of RGB (Red+Green+Blue) = 2+149+136=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #029588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029588 is #FD6A77. Grayscale: #676767. Windows color (decimal): -16607864 or 8951042. OLE color: 8951042.

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

Color convert

RGB2149136-
CMYK0.9900.090.42
HSL174.69º97.35%29.61%-
HSV(B)174.69º98.66%58.43%-
XYZ15.2223.2926.99-
YUV103.56146.355.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=0.70%
G=51.92%
B=47.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21491360.9900.090.42174.6997.3529.61
Hex2958863092Aaf611e
Octal22252101430115225714136
Binary10100101011000100011000110100110101010101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029588; }

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

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

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

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

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

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

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

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