Html Css Color HEX #80CCA9 Monte Carlo

📋 copy color: '#80CCA9'

red 128 ◦ green 204 ◦ blue 169

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

Shades of Monte Carlo #80CCA9

Tints of Monte Carlo #80CCA9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

 BLUE value IS 169 (66.41% from 255) = 33.73%

R = 25.55%
G = 40.72%
B = 33.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#80CCA9 (or 0x80CCA9) is known color: Monte Carlo. HEX triplet: 80, CC and A9. RGB value is (128,204,169). Sum of RGB (Red+Green+Blue) = 128+204+169=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA9 is #7F3356. Grayscale: #B1B1B1. Windows color (decimal): -8336215 or 11127936. OLE color: 11127936.

HSL color Cylindrical-coordinate representation of color #80CCA9: hue angle of 152.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA9 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 169 -
CMYK 0.37 0 0.17 0.2
HSL 152.37º 0.43% 0.65% -
HSV(B) 152.37º 0.37% 0.8% -
XYZ 37.66 50.64 45.33 -
YUV 177.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 128 204 169 0.37 0 0.17 0.2 152.37 0.43 0.65
Hex 80 CC A9 25 0 11 14 98 2B 41
Octal 200 314 251 45 0 21 24 230 53 101
Binary 10000000 11001100 10101001 100101 0 10001 10100 10011000 101011 1000001

Color Harmonies of #80CCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCA9

Black with #80CCA9

Text Example


Text Example

White with #80CCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,169); }

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

background-color css

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

 a { background-color: rgb(128,204,169); }

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

border-color css

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

 span { border-color: rgb(128,204,169); }

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