Html Css Color HEX #80D0AE Monte Carlo

📋 copy color: '#80D0AE'

red 128 ◦ green 208 ◦ blue 174

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

Shades of Monte Carlo #80D0AE

Tints of Monte Carlo #80D0AE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.78%

 BLUE value IS 174 (68.36% from 255) = 34.12%

R = 25.1%
G = 40.78%
B = 34.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#80D0AE (or 0x80D0AE) is known color: Monte Carlo. HEX triplet: 80, D0 and AE. RGB value is (128,208,174). Sum of RGB (Red+Green+Blue) = 128+208+174=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D0AE is #7F2F51. Grayscale: #B4B4B4. Windows color (decimal): -8335186 or 11456640. OLE color: 11456640.

HSL color Cylindrical-coordinate representation of color #80D0AE: hue angle of 154.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0AE is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 174 -
CMYK 0.38 0 0.16 0.18
HSL 154.5º 0.46% 0.66% -
HSV(B) 154.5º 0.38% 0.82% -
XYZ 39.1 52.76 48.17 -
YUV 180.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 128 208 174 0.38 0 0.16 0.18 154.5 0.46 0.66
Hex 80 D0 AE 26 0 10 12 9A 2E 42
Octal 200 320 256 46 0 20 22 232 56 102
Binary 10000000 11010000 10101110 100110 0 10000 10010 10011010 101110 1000010

Color Harmonies of #80D0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D0AE

Black with #80D0AE

Text Example


Text Example

White with #80D0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,174); }

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

background-color css

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

 a { background-color: rgb(128,208,174); }

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

border-color css

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

 span { border-color: rgb(128,208,174); }

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