Shades of Monte Carlo #80CEB3
Tints of Monte Carlo #80CEB3
RGB
CMYK
RGB Variations
Color information
#80CEB3 (or 0x80CEB3) is known color: Monte Carlo. HEX triplet: 80, CE and B3. RGB value is (128,206,179). Sum of RGB (Red+Green+Blue) = 128+206+179=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEB3 is #7F314C. Grayscale: #B3B3B3. Windows color (decimal): -8335693 or 11783808. OLE color: 11783808.
HSL color Cylindrical-coordinate representation of color #80CEB3: hue angle of 159.23º 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 #80CEB3 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 179 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.19 |
| HSL | 159.23º | 0.44% | 0.65% | - |
| HSV(B) | 159.23º | 0.38% | 0.81% | - |
| XYZ | 39.11 | 51.99 | 50.62 | - |
| YUV | 179.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 179 | 0.38 | 0 | 0.13 | 0.19 | 159.23 | 0.44 | 0.65 |
| Hex | 80 | CE | B3 | 26 | 0 | D | 13 | 9F | 2C | 41 |
| Octal | 200 | 316 | 263 | 46 | 0 | 15 | 23 | 237 | 54 | 101 |
| Binary | 10000000 | 11001110 | 10110011 | 100110 | 0 | 1101 | 10011 | 10011111 | 101100 | 1000001 |
Color Harmonies of #80CEB3
Complementary color
Monochromatic Colors of #80CEB3
Black with #80CEB3
Text Example
Text Example
White with #80CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEB3; }
p { color: rgb(128,206,179); }
H1.HeaderClassName
{
color: #80CEB3;
}
.AnyTagClassName
{
color: #80CEB3;
}
</style>
background-color css
<style>
a { background-color: #80CEB3; }
a { background-color: rgb(128,206,179); }
div.DivClassName
{
background-color: #80CEB3;
}
.BgClassName
{
background-color: #80CEB3;
}
</style>
border-color css
<style>
span { border-color: #80CEB3; }
span { border-color: rgb(128,206,179); }
td.TdClassName
{
border-color: #80CEB3;
}
.TagClassName
{
border-color: #80CEB3;
}
</style>