#029292

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

Shades of Dark Cyan #029292

Tints of Dark Cyan #029292

Color information

#029292 (or 0x029292) is unknown color: approx Dark Cyan. HEX triplet: 02, 92 and 92. RGB value is (2,146,146). Sum of RGB (Red+Green+Blue) = 2+146+146=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #029292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029292 is #FD6D6D. Grayscale: #666666. Windows color (decimal): -16608622 or 9605634. OLE color: 9605634.

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

Color convert

RGB2146146-
CMYK0.99000.43
HSL180º97.3%29.02%-
HSV(B)180º98.63%57.25%-
XYZ15.4922.6530.75-
YUV102.94152.2956-

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461460.99000.4318097.329.02
Hex2929263002Bb4611d
Octal2222222143005326414135
Binary10100100101001001011000110010101110110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029292; }

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

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

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

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

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

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

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

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