Shades of Monte Carlo #7EBDBB
Tints of Monte Carlo #7EBDBB
RGB
CMYK
RGB Variations
Color information
#7EBDBB (or 0x7EBDBB) is known color: Monte Carlo. HEX triplet: 7E, BD and BB. RGB value is (126,189,187). Sum of RGB (Red+Green+Blue) = 126+189+187=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDBB is #814244. Grayscale: #A9A9A9. Windows color (decimal): -8471109 or 12303742. OLE color: 12303742.
HSL color Cylindrical-coordinate representation of color #7EBDBB: hue angle of 178.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBDBB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 187 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.26 |
| HSL | 178.1º | 0.32% | 0.62% | - |
| HSV(B) | 178.1º | 0.33% | 0.74% | - |
| XYZ | 35.77 | 44.42 | 53.7 | - |
| YUV | 169.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 187 | 0.33 | 0 | 0.01 | 0.26 | 178.1 | 0.32 | 0.62 |
| Hex | 7E | BD | BB | 21 | 0 | 1 | 1A | B2 | 20 | 3E |
| Octal | 176 | 275 | 273 | 41 | 0 | 1 | 32 | 262 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10111011 | 100001 | 0 | 1 | 11010 | 10110010 | 100000 | 111110 |
Color Harmonies of #7EBDBB
Complementary color
Monochromatic Colors of #7EBDBB
Black with #7EBDBB
Text Example
Text Example
White with #7EBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDBB; }
p { color: rgb(126,189,187); }
H1.HeaderClassName
{
color: #7EBDBB;
}
.AnyTagClassName
{
color: #7EBDBB;
}
</style>
background-color css
<style>
a { background-color: #7EBDBB; }
a { background-color: rgb(126,189,187); }
div.DivClassName
{
background-color: #7EBDBB;
}
.BgClassName
{
background-color: #7EBDBB;
}
</style>
border-color css
<style>
span { border-color: #7EBDBB; }
span { border-color: rgb(126,189,187); }
td.TdClassName
{
border-color: #7EBDBB;
}
.TagClassName
{
border-color: #7EBDBB;
}
</style>