#029687

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

Shades of Dark Cyan #029687

Tints of Dark Cyan #029687

Color information

#029687 (or 0x029687) is unknown color: approx Dark Cyan. HEX triplet: 02, 96 and 87. RGB value is (2,150,135). Sum of RGB (Red+Green+Blue) = 2+150+135=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #029687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029687 is #FD6978. Grayscale: #676767. Windows color (decimal): -16607609 or 8885762. OLE color: 8885762.

HSL color Cylindrical-coordinate representation of color #029687: hue angle of 173.92º 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 #029687 is Cyan = 0.99, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB2150135-
CMYK0.9900.10.41
HSL173.92º97.37%29.8%-
HSV(B)173.92º98.67%58.82%-
XYZ15.323.5726.67-
YUV104.04145.4755.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=0.70%
G=52.26%
B=47.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501350.9900.10.41173.9297.3729.8
Hex29687630A29ae611e
Octal22262071430125125614136
Binary10100101101000011111000110101010100110101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029687; }

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

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

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

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

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

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

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

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