#029497

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

Shades of Dark Cyan #029497

Tints of Dark Cyan #029497

Color information

#029497 (or 0x029497) is unknown color: approx Dark Cyan. HEX triplet: 02, 94 and 97. RGB value is (2,148,151). Sum of RGB (Red+Green+Blue) = 2+148+151=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #029497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029497 is #FD6B68. Grayscale: #686868. Windows color (decimal): -16608105 or 9933826. OLE color: 9933826.

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

Color convert

RGB2148151-
CMYK0.990.0200.41
HSL181.21º97.39%30%-
HSV(B)181.21º98.68%59.22%-
XYZ16.223.4332.95-
YUV104.69154.1354.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=0.66%
G=49.17%
B=50.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21481510.990.0200.41181.2197.3930
Hex29497632029b5611e
Octal2224227143205126514136
Binary101001010010010111110001110010100110110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029497; }

 p { color: rgb(2,148,151); }

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

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

 a { background-color: rgb(2,148,151); }

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

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

 span { border-color: rgb(2,148,151); }

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