#029183

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

Shades of Dark Cyan #029183

Tints of Dark Cyan #029183

Color information

#029183 (or 0x029183) is unknown color: approx Dark Cyan. HEX triplet: 02, 91 and 83. RGB value is (2,145,131). Sum of RGB (Red+Green+Blue) = 2+145+131=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #029183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029183 is #FD6E7C. Grayscale: #646464. Windows color (decimal): -16608893 or 8622338. OLE color: 8622338.

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

Color convert

RGB2145131-
CMYK0.9900.100.43
HSL174.13º97.28%28.82%-
HSV(B)174.13º98.62%56.86%-
XYZ14.2521.924.95-
YUV100.65145.1257.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=0.72%
G=52.16%
B=47.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451310.9900.100.43174.1397.2828.82
Hex29183630A2Bae611d
Octal22212031430125325614135
Binary10100100011000001111000110101010101110101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029183; }

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

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

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

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

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

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

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

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