Shades of Monte Carlo #7EBFBC
Tints of Monte Carlo #7EBFBC
RGB
CMYK
RGB Variations
Color information
#7EBFBC (or 0x7EBFBC) is known color: Monte Carlo. HEX triplet: 7E, BF and BC. RGB value is (126,191,188). Sum of RGB (Red+Green+Blue) = 126+191+188=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFBC is #814043. Grayscale: #ABABAB. Windows color (decimal): -8470596 or 12369790. OLE color: 12369790.
HSL color Cylindrical-coordinate representation of color #7EBFBC: hue angle of 177.23º 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 #7EBFBC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 188 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.25 |
| HSL | 177.23º | 0.34% | 0.62% | - |
| HSV(B) | 177.23º | 0.34% | 0.75% | - |
| XYZ | 36.31 | 45.33 | 54.41 | - |
| YUV | 171.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 188 | 0.34 | 0 | 0.02 | 0.25 | 177.23 | 0.34 | 0.62 |
| Hex | 7E | BF | BC | 22 | 0 | 2 | 19 | B1 | 22 | 3E |
| Octal | 176 | 277 | 274 | 42 | 0 | 2 | 31 | 261 | 42 | 76 |
| Binary | 1111110 | 10111111 | 10111100 | 100010 | 0 | 10 | 11001 | 10110001 | 100010 | 111110 |
Color Harmonies of #7EBFBC
Complementary color
Monochromatic Colors of #7EBFBC
Black with #7EBFBC
Text Example
Text Example
White with #7EBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBFBC; }
p { color: rgb(126,191,188); }
H1.HeaderClassName
{
color: #7EBFBC;
}
.AnyTagClassName
{
color: #7EBFBC;
}
</style>
background-color css
<style>
a { background-color: #7EBFBC; }
a { background-color: rgb(126,191,188); }
div.DivClassName
{
background-color: #7EBFBC;
}
.BgClassName
{
background-color: #7EBFBC;
}
</style>
border-color css
<style>
span { border-color: #7EBFBC; }
span { border-color: rgb(126,191,188); }
td.TdClassName
{
border-color: #7EBFBC;
}
.TagClassName
{
border-color: #7EBFBC;
}
</style>