Html Css Color HEX #028E85 Dark Cyan

📋 copy color: '#028E85'

red 2 ◦ green 142 ◦ blue 133

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

Shades of Dark Cyan #028E85

Tints of Dark Cyan #028E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 0.72%
G = 51.26%
B = 48.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#028E85 (or 0x028E85) is known color: Dark Cyan. HEX triplet: 02, 8E and 85. RGB value is (2,142,133). Sum of RGB (Red+Green+Blue) = 2+142+133=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #028E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028E85 is #FD717A. Grayscale: #636363. Windows color (decimal): -16609659 or 8752642. OLE color: 8752642.

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

Color convert

RGB 2 142 133 -
CMYK 0.99 0 0.06 0.44
HSL 176.14º 0.97% 0.28% -
HSV(B) 176.14º 0.99% 0.56% -
XYZ 13.93 21.05 25.52 -
YUV 99.11 147.12 58.73 -
System Red Green Blue C M Y K H S L
Decimal 2 142 133 0.99 0 0.06 0.44 176.14 0.97 0.28
Hex 2 8E 85 63 0 6 2C B0 61 1C
Octal 2 216 205 143 0 6 54 260 141 34
Binary 10 10001110 10000101 1100011 0 110 101100 10110000 1100001 11100

Color Harmonies of #028E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E85

Black with #028E85

Text Example


Text Example

White with #028E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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