Html Css Color HEX #80CEAA Monte Carlo

📋 copy color: '#80CEAA'

red 128 ◦ green 206 ◦ blue 170

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

Shades of Monte Carlo #80CEAA

Tints of Monte Carlo #80CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 25.4%
G = 40.87%
B = 33.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#80CEAA (or 0x80CEAA) is known color: Monte Carlo. HEX triplet: 80, CE and AA. RGB value is (128,206,170). Sum of RGB (Red+Green+Blue) = 128+206+170=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEAA is #7F3155. Grayscale: #B2B2B2. Windows color (decimal): -8335702 or 11193984. OLE color: 11193984.

HSL color Cylindrical-coordinate representation of color #80CEAA: hue angle of 152.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEAA is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 170 -
CMYK 0.38 0 0.17 0.19
HSL 152.31º 0.44% 0.65% -
HSV(B) 152.31º 0.38% 0.81% -
XYZ 38.23 51.63 45.98 -
YUV 178.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 128 206 170 0.38 0 0.17 0.19 152.31 0.44 0.65
Hex 80 CE AA 26 0 11 13 98 2C 41
Octal 200 316 252 46 0 21 23 230 54 101
Binary 10000000 11001110 10101010 100110 0 10001 10011 10011000 101100 1000001

Color Harmonies of #80CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEAA

Black with #80CEAA

Text Example


Text Example

White with #80CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,170); }

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

background-color css

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

 a { background-color: rgb(128,206,170); }

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

border-color css

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

 span { border-color: rgb(128,206,170); }

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