#029381

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

Shades of Dark Cyan #029381

Tints of Dark Cyan #029381

Color information

#029381 (or 0x029381) is unknown color: approx Dark Cyan. HEX triplet: 02, 93 and 81. RGB value is (2,147,129). Sum of RGB (Red+Green+Blue) = 2+147+129=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #029381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029381 is #FD6C7E. Grayscale: #656565. Windows color (decimal): -16608383 or 8491778. OLE color: 8491778.

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

Color convert

RGB2147129-
CMYK0.9900.120.42
HSL172.55º97.32%29.22%-
HSV(B)172.55º98.64%57.65%-
XYZ14.4222.4724.35-
YUV101.59143.4656.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 147 (57.81% from 255) = 52.88%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=0.72%
G=52.88%
B=46.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21471290.9900.120.42172.5597.3229.22
Hex29381630C2Aad611d
Octal22232011430145225514135
Binary10100100111000000111000110110010101010101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029381; }

 p { color: rgb(2,147,129); }

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

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

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

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

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

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

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