#029196

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

Shades of Dark Cyan #029196

Tints of Dark Cyan #029196

Color information

#029196 (or 0x029196) is unknown color: approx Dark Cyan. HEX triplet: 02, 91 and 96. RGB value is (2,145,150). Sum of RGB (Red+Green+Blue) = 2+145+150=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #029196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029196 is #FD6E69. Grayscale: #666666. Windows color (decimal): -16608874 or 9867522. OLE color: 9867522.

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

Color convert

RGB2145150-
CMYK0.990.0300.41
HSL182.03º97.37%29.8%-
HSV(B)182.03º98.67%58.82%-
XYZ15.6622.4732.37-
YUV102.81154.6256.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=0.67%
G=48.82%
B=50.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21451500.990.0300.41182.0397.3729.8
Hex29196633029b6611e
Octal2221226143305126614136
Binary101001000110010110110001111010100110110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029196; }

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

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

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

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

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

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

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

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