#029095

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

Shades of Dark Cyan #029095

Tints of Dark Cyan #029095

Color information

#029095 (or 0x029095) is unknown color: approx Dark Cyan. HEX triplet: 02, 90 and 95. RGB value is (2,144,149). Sum of RGB (Red+Green+Blue) = 2+144+149=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #029095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029095 is #FD6F6A. Grayscale: #656565. Windows color (decimal): -16609131 or 9801730. OLE color: 9801730.

HSL color Cylindrical-coordinate representation of color #029095: hue angle of 182.04º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029095 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2144149-
CMYK0.990.0300.42
HSL182.04º97.35%29.61%-
HSV(B)182.04º98.66%58.43%-
XYZ15.4222.1331.89-
YUV102.11154.4656.59-

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.81%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=0.68%
G=48.81%
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.42
SystemRedGreenBlueCMYKHSL
Decimal21441490.990.0300.42182.0497.3529.61
Hex2909563302Ab6611e
Octal2220225143305226614136
Binary101001000010010101110001111010101010110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029095; }

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

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

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

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

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

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

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

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