#028E81

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

Shades of Dark Cyan #028E81

Tints of Dark Cyan #028E81

Color information

#028E81 (or 0x028E81) is unknown color: approx Dark Cyan. HEX triplet: 02, 8E and 81. RGB value is (2,142,129). Sum of RGB (Red+Green+Blue) = 2+142+129=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #028E81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E81 is #FD717E. Grayscale: #626262. Windows color (decimal): -16609663 or 8490498. OLE color: 8490498.

HSL color Cylindrical-coordinate representation of color #028E81: hue angle of 174.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E81 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB2142129-
CMYK0.9900.090.44
HSL174.43º97.22%28.24%-
HSV(B)174.43º98.59%55.69%-
XYZ13.6620.9424.09-
YUV98.66145.1259.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 142 (55.86% from 255) = 52.01%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=0.73%
G=52.01%
B=47.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21421290.9900.090.44174.4397.2228.24
Hex28E8163092Cae611c
Octal22162011430115425614134
Binary10100011101000000111000110100110110010101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028E81; }

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

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

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

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

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

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

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

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