Shades of Monte Carlo #80CFB0
Tints of Monte Carlo #80CFB0
RGB
CMYK
RGB Variations
Color information
#80CFB0 (or 0x80CFB0) is known color: Monte Carlo. HEX triplet: 80, CF and B0. RGB value is (128,207,176). Sum of RGB (Red+Green+Blue) = 128+207+176=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFB0 is #7F304F. Grayscale: #B3B3B3. Windows color (decimal): -8335440 or 11587456. OLE color: 11587456.
HSL color Cylindrical-coordinate representation of color #80CFB0: hue angle of 156.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFB0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 176 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.19 |
| HSL | 156.46º | 0.45% | 0.66% | - |
| HSV(B) | 156.46º | 0.38% | 0.81% | - |
| XYZ | 39.05 | 52.35 | 49.12 | - |
| YUV | 179.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 176 | 0.38 | 0 | 0.15 | 0.19 | 156.46 | 0.45 | 0.66 |
| Hex | 80 | CF | B0 | 26 | 0 | F | 13 | 9C | 2D | 42 |
| Octal | 200 | 317 | 260 | 46 | 0 | 17 | 23 | 234 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10110000 | 100110 | 0 | 1111 | 10011 | 10011100 | 101101 | 1000010 |
Color Harmonies of #80CFB0
Complementary color
Monochromatic Colors of #80CFB0
Black with #80CFB0
Text Example
Text Example
White with #80CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFB0; }
p { color: rgb(128,207,176); }
H1.HeaderClassName
{
color: #80CFB0;
}
.AnyTagClassName
{
color: #80CFB0;
}
</style>
background-color css
<style>
a { background-color: #80CFB0; }
a { background-color: rgb(128,207,176); }
div.DivClassName
{
background-color: #80CFB0;
}
.BgClassName
{
background-color: #80CFB0;
}
</style>
border-color css
<style>
span { border-color: #80CFB0; }
span { border-color: rgb(128,207,176); }
td.TdClassName
{
border-color: #80CFB0;
}
.TagClassName
{
border-color: #80CFB0;
}
</style>