#028982

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

Shades of Dark Cyan #028982

Tints of Dark Cyan #028982

Color information

#028982 (or 0x028982) is unknown color: approx Dark Cyan. HEX triplet: 02, 89 and 82. RGB value is (2,137,130). Sum of RGB (Red+Green+Blue) = 2+137+130=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #028982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028982 is #FD767D. Grayscale: #5F5F5F. Windows color (decimal): -16610942 or 8554754. OLE color: 8554754.

HSL color Cylindrical-coordinate representation of color #028982: hue angle of 176.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028982 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB2137130-
CMYK0.9900.050.46
HSL176.89º97.12%27.25%-
HSV(B)176.89º98.54%53.73%-
XYZ1319.5224.2-
YUV95.84147.2761.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=0.74%
G=50.93%
B=48.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21371300.9900.050.46176.8997.1227.25
Hex2898263052Eb1611b
Octal2211202143055626114133
Binary1010001001100000101100011010110111010110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028982; }

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

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

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

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

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

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

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

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