#029197

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

Shades of Dark Cyan #029197

Tints of Dark Cyan #029197

Color information

#029197 (or 0x029197) is unknown color: approx Dark Cyan. HEX triplet: 02, 91 and 97. RGB value is (2,145,151). Sum of RGB (Red+Green+Blue) = 2+145+151=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #029197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029197 is #FD6E68. Grayscale: #666666. Windows color (decimal): -16608873 or 9933058. OLE color: 9933058.

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

Color convert

RGB2145151-
CMYK0.990.0400.41
HSL182.42º97.39%30%-
HSV(B)182.42º98.68%59.22%-
XYZ15.7422.532.79-
YUV102.93155.1256.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 145 (57.03% from 255) = 48.66%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=0.67%
G=48.66%
B=50.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21451510.990.0400.41182.4297.3930
Hex29197634029b6611e
Octal2221227143405126614136
Binary1010010001100101111100011100010100110110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029197; }

 p { color: rgb(2,145,151); }

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

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

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

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

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

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

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