#028D82

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

Shades of Dark Cyan #028D82

Tints of Dark Cyan #028D82

Color information

#028D82 (or 0x028D82) is unknown color: approx Dark Cyan. HEX triplet: 02, 8D and 82. RGB value is (2,141,130). Sum of RGB (Red+Green+Blue) = 2+141+130=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #028D82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028D82 is #FD727D. Grayscale: #626262. Windows color (decimal): -16609918 or 8555778. OLE color: 8555778.

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

Color convert

RGB2141130-
CMYK0.9900.080.45
HSL175.25º97.2%28.04%-
HSV(B)175.25º98.58%55.29%-
XYZ13.5820.6724.39-
YUV98.18145.9559.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=0.73%
G=51.65%
B=47.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21411300.9900.080.45175.2597.228.04
Hex28D8263082Daf611c
Octal22152021430105525714134
Binary10100011011000001011000110100010110110101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,141,130); }

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

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

 a { background-color: rgb(2,141,130); }

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

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

 span { border-color: rgb(2,141,130); }

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