#029290

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

Shades of Dark Cyan #029290

Tints of Dark Cyan #029290

Color information

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

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

Color convert

RGB2146144-
CMYK0.9900.010.43
HSL179.17º97.3%29.02%-
HSV(B)179.17º98.63%57.25%-
XYZ15.3422.5829.94-
YUV102.72151.2956.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=0.68%
G=50%
B=49.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461440.9900.010.43179.1797.329.02
Hex2929063012Bb3611d
Octal2222220143015326314135
Binary10100100101001000011000110110101110110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029290; }

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

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

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

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

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

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

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

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