#029092

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

Shades of Dark Cyan #029092

Tints of Dark Cyan #029092

Color information

#029092 (or 0x029092) is unknown color: approx Dark Cyan. HEX triplet: 02, 90 and 92. RGB value is (2,144,146). Sum of RGB (Red+Green+Blue) = 2+144+146=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #029092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029092 is #FD6F6D. Grayscale: #656565. Windows color (decimal): -16609134 or 9605122. OLE color: 9605122.

HSL color Cylindrical-coordinate representation of color #029092: hue angle of 180.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029092 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2144146-
CMYK0.990.0100.43
HSL180.83º97.3%29.02%-
HSV(B)180.83º98.63%57.25%-
XYZ15.1922.0330.65-
YUV101.77152.9656.84-

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) = 49.32%
BLUE value IS 146 (57.42% from 255) = 50%
R=0.68%
G=49.32%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21441460.990.0100.43180.8397.329.02
Hex2909263102Bb5611d
Octal2220222143105326514135
Binary10100100001001001011000111010101110110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029092; }

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

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

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

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

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

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

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

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