Html Css Color HEX #80D5B0 Monte Carlo

📋 copy color: '#80D5B0'

red 128 ◦ green 213 ◦ blue 176

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

Shades of Monte Carlo #80D5B0

Tints of Monte Carlo #80D5B0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 24.76%
G = 41.2%
B = 34.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#80D5B0 (or 0x80D5B0) is known color: Monte Carlo. HEX triplet: 80, D5 and B0. RGB value is (128,213,176). Sum of RGB (Red+Green+Blue) = 128+213+176=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D5B0 is #7F2A4F. Grayscale: #B7B7B7. Windows color (decimal): -8333904 or 11588992. OLE color: 11588992.

HSL color Cylindrical-coordinate representation of color #80D5B0: hue angle of 153.88º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D5B0 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 176 -
CMYK 0.40 0 0.17 0.16
HSL 153.88º 0.5% 0.67% -
HSV(B) 153.88º 0.4% 0.84% -
XYZ 40.53 55.31 49.61 -
YUV 183.37 123.84 88.51 -
System Red Green Blue C M Y K H S L
Decimal 128 213 176 0.40 0 0.17 0.16 153.88 0.5 0.67
Hex 80 D5 B0 28 0 11 10 9A 32 43
Octal 200 325 260 50 0 21 20 232 62 103
Binary 10000000 11010101 10110000 101000 0 10001 10000 10011010 110010 1000011

Color Harmonies of #80D5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D5B0

Black with #80D5B0

Text Example


Text Example

White with #80D5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,176); }

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

background-color css

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

 a { background-color: rgb(128,213,176); }

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

border-color css

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

 span { border-color: rgb(128,213,176); }

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