Html Css Color HEX #80C8AD Monte Carlo

📋 copy color: '#80C8AD'

red 128 ◦ green 200 ◦ blue 173

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

Shades of Monte Carlo #80C8AD

Tints of Monte Carlo #80C8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

 BLUE value IS 173 (67.97% from 255) = 34.53%

R = 25.55%
G = 39.92%
B = 34.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#80C8AD (or 0x80C8AD) is known color: Monte Carlo. HEX triplet: 80, C8 and AD. RGB value is (128,200,173). Sum of RGB (Red+Green+Blue) = 128+200+173=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C8AD is #7F3752. Grayscale: #AFAFAF. Windows color (decimal): -8337235 or 11389056. OLE color: 11389056.

HSL color Cylindrical-coordinate representation of color #80C8AD: hue angle of 157.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C8AD is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 173 -
CMYK 0.36 0 0.14 0.22
HSL 157.5º 0.4% 0.64% -
HSV(B) 157.5º 0.36% 0.78% -
XYZ 37.1 48.91 47.02 -
YUV 175.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 128 200 173 0.36 0 0.14 0.22 157.5 0.4 0.64
Hex 80 C8 AD 24 0 E 16 9E 28 40
Octal 200 310 255 44 0 16 26 236 50 100
Binary 10000000 11001000 10101101 100100 0 1110 10110 10011110 101000 1000000

Color Harmonies of #80C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8AD

Black with #80C8AD

Text Example


Text Example

White with #80C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,173); }

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

background-color css

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

 a { background-color: rgb(128,200,173); }

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

border-color css

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

 span { border-color: rgb(128,200,173); }

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