Html Css Color HEX #028E87 Dark Cyan

📋 copy color: '#028E87'

red 2 ◦ green 142 ◦ blue 135

#028E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #028E87

Tints of Dark Cyan #028E87

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 142 (55.86% from 255) = 50.9%

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 0.72%
G = 50.9%
B = 48.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#028E87 (or 0x028E87) is known color: Dark Cyan. HEX triplet: 02, 8E and 87. RGB value is (2,142,135). Sum of RGB (Red+Green+Blue) = 2+142+135=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #028E87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E87 is #FD7178. Grayscale: #636363. Windows color (decimal): -16609657 or 8883714. OLE color: 8883714.

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

Color convert

RGB 2 142 135 -
CMYK 0.99 0 0.05 0.44
HSL 177º 0.97% 0.28% -
HSV(B) 177º 0.99% 0.56% -
XYZ 14.07 21.11 26.25 -
YUV 99.34 148.12 58.57 -
System Red Green Blue C M Y K H S L
Decimal 2 142 135 0.99 0 0.05 0.44 177 0.97 0.28
Hex 2 8E 87 63 0 5 2C B1 61 1C
Octal 2 216 207 143 0 5 54 261 141 34
Binary 10 10001110 10000111 1100011 0 101 101100 10110001 1100001 11100

Color Harmonies of #028E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E87

Black with #028E87

Text Example


Text Example

White with #028E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #028E87;
 }
 .AnyTagClassName
 {
   color: #028E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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