Html Css Color HEX #80C0AB Monte Carlo

📋 copy color: '#80C0AB'

red 128 ◦ green 192 ◦ blue 171

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

Shades of Monte Carlo #80C0AB

Tints of Monte Carlo #80C0AB

RGB

 RED value IS 128 (50.39% from 255) = 26.07%

 GREEN value IS 192 (75.39% from 255) = 39.1%

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 26.07%
G = 39.1%
B = 34.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#80C0AB (or 0x80C0AB) is known color: Monte Carlo. HEX triplet: 80, C0 and AB. RGB value is (128,192,171). Sum of RGB (Red+Green+Blue) = 128+192+171=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C0AB is #7F3F54. Grayscale: #AAAAAA. Windows color (decimal): -8339285 or 11255936. OLE color: 11255936.

HSL color Cylindrical-coordinate representation of color #80C0AB: hue angle of 160.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C0AB is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 171 -
CMYK 0.33 0 0.11 0.25
HSL 160.31º 0.34% 0.63% -
HSV(B) 160.31º 0.33% 0.75% -
XYZ 35.1 45.23 45.41 -
YUV 170.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 128 192 171 0.33 0 0.11 0.25 160.31 0.34 0.63
Hex 80 C0 AB 21 0 B 19 A0 22 3F
Octal 200 300 253 41 0 13 31 240 42 77
Binary 10000000 11000000 10101011 100001 0 1011 11001 10100000 100010 111111

Color Harmonies of #80C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C0AB

Black with #80C0AB

Text Example


Text Example

White with #80C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C0AB; }

 p { color: rgb(128,192,171); }

 H1.HeaderClassName
 {
   color: #80C0AB;
 }
 .AnyTagClassName
 {
   color: #80C0AB;
 }
</style>

background-color css

<style>
 a { background-color: #80C0AB; }

 a { background-color: rgb(128,192,171); }

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

border-color css

<style>
 span { border-color: #80C0AB; }

 span { border-color: rgb(128,192,171); }

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