Shades of Monte Carlo #7EBFBD
Tints of Monte Carlo #7EBFBD
RGB
CMYK
RGB Variations
Color information
#7EBFBD (or 0x7EBFBD) is known color: Monte Carlo. HEX triplet: 7E, BF and BD. RGB value is (126,191,189). Sum of RGB (Red+Green+Blue) = 126+191+189=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFBD is #814042. Grayscale: #ABABAB. Windows color (decimal): -8470595 or 12435326. OLE color: 12435326.
HSL color Cylindrical-coordinate representation of color #7EBFBD: hue angle of 178.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBFBD is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 189 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.25 |
| HSL | 178.15º | 0.34% | 0.62% | - |
| HSV(B) | 178.15º | 0.34% | 0.75% | - |
| XYZ | 36.42 | 45.37 | 54.98 | - |
| YUV | 171.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 189 | 0.34 | 0 | 0.01 | 0.25 | 178.15 | 0.34 | 0.62 |
| Hex | 7E | BF | BD | 22 | 0 | 1 | 19 | B2 | 22 | 3E |
| Octal | 176 | 277 | 275 | 42 | 0 | 1 | 31 | 262 | 42 | 76 |
| Binary | 1111110 | 10111111 | 10111101 | 100010 | 0 | 1 | 11001 | 10110010 | 100010 | 111110 |
Color Harmonies of #7EBFBD
Complementary color
Monochromatic Colors of #7EBFBD
Black with #7EBFBD
Text Example
Text Example
White with #7EBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBFBD; }
p { color: rgb(126,191,189); }
H1.HeaderClassName
{
color: #7EBFBD;
}
.AnyTagClassName
{
color: #7EBFBD;
}
</style>
background-color css
<style>
a { background-color: #7EBFBD; }
a { background-color: rgb(126,191,189); }
div.DivClassName
{
background-color: #7EBFBD;
}
.BgClassName
{
background-color: #7EBFBD;
}
</style>
border-color css
<style>
span { border-color: #7EBFBD; }
span { border-color: rgb(126,191,189); }
td.TdClassName
{
border-color: #7EBFBD;
}
.TagClassName
{
border-color: #7EBFBD;
}
</style>