#029096

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

Shades of Dark Cyan #029096

Tints of Dark Cyan #029096

Color information

#029096 (or 0x029096) is unknown color: approx Dark Cyan. HEX triplet: 02, 90 and 96. RGB value is (2,144,150). Sum of RGB (Red+Green+Blue) = 2+144+150=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #029096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029096 is #FD6F69. Grayscale: #666666. Windows color (decimal): -16609130 or 9867266. OLE color: 9867266.

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

Color convert

RGB2144150-
CMYK0.990.0400.41
HSL182.43º97.37%29.8%-
HSV(B)182.43º98.67%58.82%-
XYZ15.522.1632.31-
YUV102.23154.9656.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 150 (58.98% from 255) = 50.68%
R=0.68%
G=48.65%
B=50.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21441500.990.0400.41182.4397.3729.8
Hex29096634029b6611e
Octal2220226143405126614136
Binary1010010000100101101100011100010100110110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029096; }

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

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

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

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

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

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

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

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