#029186

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

Shades of Dark Cyan #029186

Tints of Dark Cyan #029186

Color information

#029186 (or 0x029186) is unknown color: approx Dark Cyan. HEX triplet: 02, 91 and 86. RGB value is (2,145,134). Sum of RGB (Red+Green+Blue) = 2+145+134=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #029186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029186 is #FD6E79. Grayscale: #646464. Windows color (decimal): -16608890 or 8818946. OLE color: 8818946.

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

Color convert

RGB2145134-
CMYK0.9900.080.43
HSL175.38º97.28%28.82%-
HSV(B)175.38º98.62%56.86%-
XYZ14.4521.9826.04-
YUV100.99146.6257.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=0.71%
G=51.60%
B=47.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451340.9900.080.43175.3897.2828.82
Hex2918663082Baf611d
Octal22212061430105325714135
Binary10100100011000011011000110100010101110101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029186; }

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

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

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

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

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

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

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

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