#02907F

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

Shades of Dark Cyan #02907F

Tints of Dark Cyan #02907F

Color information

#02907F (or 0x02907F) is unknown color: approx Dark Cyan. HEX triplet: 02, 90 and 7F. RGB value is (2,144,127). Sum of RGB (Red+Green+Blue) = 2+144+127=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #02907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02907F is #FD6F80. Grayscale: #636363. Windows color (decimal): -16609153 or 8359938. OLE color: 8359938.

HSL color Cylindrical-coordinate representation of color #02907F: hue angle of 172.82º 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 #02907F is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB2144127-
CMYK0.9900.120.44
HSL172.82º97.26%28.63%-
HSV(B)172.82º98.61%56.47%-
XYZ13.8321.4923.5-
YUV99.6143.4658.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 144 (56.64% from 255) = 52.75%
BLUE value IS 127 (50% from 255) = 46.52%
R=0.73%
G=52.75%
B=46.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21441270.9900.120.44172.8297.2628.63
Hex2907F630C2Cad611d
Octal22201771430145425514135
Binary1010010000111111111000110110010110010101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02907F; }

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

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

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

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

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

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

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

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