Html Css Color HEX #028C91 Dark Cyan

📋 copy color: '#028C91'

red 2 ◦ green 140 ◦ blue 145

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

Shades of Dark Cyan #028C91

Tints of Dark Cyan #028C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.52%

R = 0.7%
G = 48.78%
B = 50.52%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#028C91 (or 0x028C91) is known color: Dark Cyan. HEX triplet: 02, 8C and 91. RGB value is (2,140,145). Sum of RGB (Red+Green+Blue) = 2+140+145=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #028C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028C91 is #FD736E. Grayscale: #636363. Windows color (decimal): -16610159 or 9538562. OLE color: 9538562.

HSL color Cylindrical-coordinate representation of color #028C91: hue angle of 182.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C91 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 140 145 -
CMYK 0.99 0.03 0 0.43
HSL 182.1º 0.97% 0.29% -
HSV(B) 182.1º 0.99% 0.57% -
XYZ 14.51 20.81 30.04 -
YUV 99.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 2 140 145 0.99 0.03 0 0.43 182.1 0.97 0.29
Hex 2 8C 91 63 3 0 2B B6 61 1D
Octal 2 214 221 143 3 0 53 266 141 35
Binary 10 10001100 10010001 1100011 11 0 101011 10110110 1100001 11101

Color Harmonies of #028C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C91

Black with #028C91

Text Example


Text Example

White with #028C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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