#028D87

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

Shades of Dark Cyan #028D87

Tints of Dark Cyan #028D87

Color information

#028D87 (or 0x028D87) is unknown color: approx Dark Cyan. HEX triplet: 02, 8D and 87. RGB value is (2,141,135). Sum of RGB (Red+Green+Blue) = 2+141+135=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #028D87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028D87 is #FD7278. Grayscale: #626262. Windows color (decimal): -16609913 or 8883458. OLE color: 8883458.

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

Color convert

RGB2141135-
CMYK0.9900.040.45
HSL177.41º97.2%28.04%-
HSV(B)177.41º98.58%55.29%-
XYZ13.9220.8126.2-
YUV98.76148.4558.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 141 (55.47% from 255) = 50.72%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=0.72%
G=50.72%
B=48.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21411350.9900.040.45177.4197.228.04
Hex28D8763042Db1611c
Octal2215207143045526114134
Binary1010001101100001111100011010010110110110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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