Html Css Color HEX #028C89 Dark Cyan

📋 copy color: '#028C89'

red 2 ◦ green 140 ◦ blue 137

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

Shades of Dark Cyan #028C89

Tints of Dark Cyan #028C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 0.72%
G = 50.18%
B = 49.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#028C89 (or 0x028C89) is known color: Dark Cyan. HEX triplet: 02, 8C and 89. RGB value is (2,140,137). Sum of RGB (Red+Green+Blue) = 2+140+137=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #028C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028C89 is #FD7376. Grayscale: #626262. Windows color (decimal): -16610167 or 9014274. OLE color: 9014274.

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

Color convert

RGB 2 140 137 -
CMYK 0.99 0 0.02 0.45
HSL 178.7º 0.97% 0.28% -
HSV(B) 178.7º 0.99% 0.55% -
XYZ 13.92 20.58 26.9 -
YUV 98.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 2 140 137 0.99 0 0.02 0.45 178.7 0.97 0.28
Hex 2 8C 89 63 0 2 2D B3 61 1C
Octal 2 214 211 143 0 2 55 263 141 34
Binary 10 10001100 10001001 1100011 0 10 101101 10110011 1100001 11100

Color Harmonies of #028C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C89

Black with #028C89

Text Example


Text Example

White with #028C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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