Shades of Monte Carlo #76CEB8
Tints of Monte Carlo #76CEB8
RGB
CMYK
RGB Variations
Color information
#76CEB8 (or 0x76CEB8) is known color: Monte Carlo. HEX triplet: 76, CE and B8. RGB value is (118,206,184). Sum of RGB (Red+Green+Blue) = 118+206+184=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEB8 is #893147. Grayscale: #B1B1B1. Windows color (decimal): -8991048 or 12111478. OLE color: 12111478.
HSL color Cylindrical-coordinate representation of color #76CEB8: hue angle of 165º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CEB8 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 184 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.19 |
| HSL | 165º | 0.47% | 0.64% | - |
| HSV(B) | 165º | 0.43% | 0.81% | - |
| XYZ | 38.19 | 51.45 | 53.27 | - |
| YUV | 177.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 184 | 0.43 | 0 | 0.11 | 0.19 | 165 | 0.47 | 0.64 |
| Hex | 76 | CE | B8 | 2B | 0 | B | 13 | A5 | 2F | 40 |
| Octal | 166 | 316 | 270 | 53 | 0 | 13 | 23 | 245 | 57 | 100 |
| Binary | 1110110 | 11001110 | 10111000 | 101011 | 0 | 1011 | 10011 | 10100101 | 101111 | 1000000 |
Color Harmonies of #76CEB8
Complementary color
Monochromatic Colors of #76CEB8
Black with #76CEB8
Text Example
Text Example
White with #76CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEB8; }
p { color: rgb(118,206,184); }
H1.HeaderClassName
{
color: #76CEB8;
}
.AnyTagClassName
{
color: #76CEB8;
}
</style>
background-color css
<style>
a { background-color: #76CEB8; }
a { background-color: rgb(118,206,184); }
div.DivClassName
{
background-color: #76CEB8;
}
.BgClassName
{
background-color: #76CEB8;
}
</style>
border-color css
<style>
span { border-color: #76CEB8; }
span { border-color: rgb(118,206,184); }
td.TdClassName
{
border-color: #76CEB8;
}
.TagClassName
{
border-color: #76CEB8;
}
</style>