Html Css Color HEX #028C81 Dark Cyan

📋 copy color: '#028C81'

red 2 ◦ green 140 ◦ blue 129

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

Shades of Dark Cyan #028C81

Tints of Dark Cyan #028C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.66%

 BLUE value IS 129 (50.78% from 255) = 47.6%

R = 0.74%
G = 51.66%
B = 47.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#028C81 (or 0x028C81) is known color: Dark Cyan. HEX triplet: 02, 8C and 81. RGB value is (2,140,129). Sum of RGB (Red+Green+Blue) = 2+140+129=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #028C81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028C81 is #FD737E. Grayscale: #616161. Windows color (decimal): -16610175 or 8489986. OLE color: 8489986.

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

Color convert

RGB 2 140 129 -
CMYK 0.99 0 0.08 0.45
HSL 175.22º 0.97% 0.28% -
HSV(B) 175.22º 0.99% 0.55% -
XYZ 13.37 20.35 23.99 -
YUV 97.48 145.78 59.89 -
System Red Green Blue C M Y K H S L
Decimal 2 140 129 0.99 0 0.08 0.45 175.22 0.97 0.28
Hex 2 8C 81 63 0 8 2D AF 61 1C
Octal 2 214 201 143 0 10 55 257 141 34
Binary 10 10001100 10000001 1100011 0 1000 101101 10101111 1100001 11100

Color Harmonies of #028C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C81

Black with #028C81

Text Example


Text Example

White with #028C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,140,129); }

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

background-color css

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

 a { background-color: rgb(2,140,129); }

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

border-color css

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

 span { border-color: rgb(2,140,129); }

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