#029296

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

Shades of Dark Cyan #029296

Tints of Dark Cyan #029296

Color information

#029296 (or 0x029296) is unknown color: approx Dark Cyan. HEX triplet: 02, 92 and 96. RGB value is (2,146,150). Sum of RGB (Red+Green+Blue) = 2+146+150=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #029296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029296 is #FD6D69. Grayscale: #676767. Windows color (decimal): -16608618 or 9867778. OLE color: 9867778.

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

Color convert

RGB2146150-
CMYK0.990.0300.41
HSL181.62º97.37%29.8%-
HSV(B)181.62º98.67%58.82%-
XYZ15.8122.7732.42-
YUV103.4154.2955.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=0.67%
G=48.99%
B=50.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21461500.990.0300.41181.6297.3729.8
Hex29296633029b6611e
Octal2222226143305126614136
Binary101001001010010110110001111010100110110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029296; }

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

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

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

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

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

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

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

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