#028587

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

Shades of Dark Cyan #028587

Tints of Dark Cyan #028587

Color information

#028587 (or 0x028587) is unknown color: approx Dark Cyan. HEX triplet: 02, 85 and 87. RGB value is (2,133,135). Sum of RGB (Red+Green+Blue) = 2+133+135=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #028587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028587 is #FD7A78. Grayscale: #5D5D5D. Windows color (decimal): -16611961 or 8881410. OLE color: 8881410.

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

Color convert

RGB2133135-
CMYK0.990.0100.47
HSL180.9º97.08%26.86%-
HSV(B)180.9º98.52%52.94%-
XYZ12.7918.5425.83-
YUV94.06151.162.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 135 (53.12% from 255) = 50%
R=0.74%
G=49.26%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21331350.990.0100.47180.997.0826.86
Hex2858763102Fb5611b
Octal2205207143105726514133
Binary10100001011000011111000111010111110110101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028587; }

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

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

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

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

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

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

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

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