#028A87

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

Shades of Dark Cyan #028A87

Tints of Dark Cyan #028A87

Color information

#028A87 (or 0x028A87) is unknown color: approx Dark Cyan. HEX triplet: 02, 8A and 87. RGB value is (2,138,135). Sum of RGB (Red+Green+Blue) = 2+138+135=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #028A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028A87 is #FD7578. Grayscale: #606060. Windows color (decimal): -16610681 or 8882690. OLE color: 8882690.

HSL color Cylindrical-coordinate representation of color #028A87: hue angle of 178.68º 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 #028A87 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB2138135-
CMYK0.9900.020.46
HSL178.68º97.14%27.45%-
HSV(B)178.68º98.55%54.12%-
XYZ13.4919.9426.06-
YUV96.99149.4460.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=0.73%
G=50.18%
B=49.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21381350.9900.020.46178.6897.1427.45
Hex28A8763022Eb3611b
Octal2212207143025626314133
Binary101000101010000111110001101010111010110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,138,135); }

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

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

 a { background-color: rgb(2,138,135); }

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

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

 span { border-color: rgb(2,138,135); }

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