Shades of Monte Carlo #76BDB8
Tints of Monte Carlo #76BDB8
RGB
CMYK
RGB Variations
Color information
#76BDB8 (or 0x76BDB8) is known color: Monte Carlo. HEX triplet: 76, BD and B8. RGB value is (118,189,184). Sum of RGB (Red+Green+Blue) = 118+189+184=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDB8 is #894247. Grayscale: #A7A7A7. Windows color (decimal): -8995400 or 12107126. OLE color: 12107126.
HSL color Cylindrical-coordinate representation of color #76BDB8: hue angle of 175.77º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDB8 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 184 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.26 |
| HSL | 175.77º | 0.35% | 0.6% | - |
| HSV(B) | 175.77º | 0.38% | 0.74% | - |
| XYZ | 34.32 | 43.71 | 51.97 | - |
| YUV | 167.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 184 | 0.38 | 0 | 0.03 | 0.26 | 175.77 | 0.35 | 0.6 |
| Hex | 76 | BD | B8 | 26 | 0 | 3 | 1A | B0 | 23 | 3C |
| Octal | 166 | 275 | 270 | 46 | 0 | 3 | 32 | 260 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10111000 | 100110 | 0 | 11 | 11010 | 10110000 | 100011 | 111100 |
Color Harmonies of #76BDB8
Complementary color
Monochromatic Colors of #76BDB8
Black with #76BDB8
Text Example
Text Example
White with #76BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDB8; }
p { color: rgb(118,189,184); }
H1.HeaderClassName
{
color: #76BDB8;
}
.AnyTagClassName
{
color: #76BDB8;
}
</style>
background-color css
<style>
a { background-color: #76BDB8; }
a { background-color: rgb(118,189,184); }
div.DivClassName
{
background-color: #76BDB8;
}
.BgClassName
{
background-color: #76BDB8;
}
</style>
border-color css
<style>
span { border-color: #76BDB8; }
span { border-color: rgb(118,189,184); }
td.TdClassName
{
border-color: #76BDB8;
}
.TagClassName
{
border-color: #76BDB8;
}
</style>