Html Css Color HEX #80C1AD Monte Carlo

📋 copy color: '#80C1AD'

red 128 ◦ green 193 ◦ blue 173

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

Shades of Monte Carlo #80C1AD

Tints of Monte Carlo #80C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

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

R = 25.91%
G = 39.07%
B = 35.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#80C1AD (or 0x80C1AD) is known color: Monte Carlo. HEX triplet: 80, C1 and AD. RGB value is (128,193,173). Sum of RGB (Red+Green+Blue) = 128+193+173=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #80C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C1AD is #7F3E52. Grayscale: #ABABAB. Windows color (decimal): -8339027 or 11387264. OLE color: 11387264.

HSL color Cylindrical-coordinate representation of color #80C1AD: hue angle of 161.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C1AD is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 173 -
CMYK 0.34 0 0.10 0.24
HSL 161.54º 0.34% 0.63% -
HSV(B) 161.54º 0.34% 0.76% -
XYZ 35.51 45.75 46.49 -
YUV 171.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 128 193 173 0.34 0 0.10 0.24 161.54 0.34 0.63
Hex 80 C1 AD 22 0 A 18 A2 22 3F
Octal 200 301 255 42 0 12 30 242 42 77
Binary 10000000 11000001 10101101 100010 0 1010 11000 10100010 100010 111111

Color Harmonies of #80C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C1AD

Black with #80C1AD

Text Example


Text Example

White with #80C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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