#029685

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

Shades of Dark Cyan #029685

Tints of Dark Cyan #029685

Color information

#029685 (or 0x029685) is unknown color: approx Dark Cyan. HEX triplet: 02, 96 and 85. RGB value is (2,150,133). Sum of RGB (Red+Green+Blue) = 2+150+133=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #029685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029685 is #FD697A. Grayscale: #676767. Windows color (decimal): -16607611 or 8754690. OLE color: 8754690.

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

Color convert

RGB2150133-
CMYK0.9900.110.41
HSL173.11º97.37%29.8%-
HSV(B)173.11º98.67%58.82%-
XYZ15.1723.5225.93-
YUV103.81144.4755.38-

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.63%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=0.70%
G=52.63%
B=46.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501330.9900.110.41173.1197.3729.8
Hex29685630B29ad611e
Octal22262051430135125514136
Binary10100101101000010111000110101110100110101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029685; }

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

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

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

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

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

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

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

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