Shades of Monte Carlo #7EBDB5
Tints of Monte Carlo #7EBDB5
RGB
CMYK
RGB Variations
Color information
#7EBDB5 (or 0x7EBDB5) is known color: Monte Carlo. HEX triplet: 7E, BD and B5. RGB value is (126,189,181). Sum of RGB (Red+Green+Blue) = 126+189+181=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDB5 is #81424A. Grayscale: #A9A9A9. Windows color (decimal): -8471115 or 11910526. OLE color: 11910526.
HSL color Cylindrical-coordinate representation of color #7EBDB5: hue angle of 172.38º 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 #7EBDB5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 181 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.26 |
| HSL | 172.38º | 0.32% | 0.62% | - |
| HSV(B) | 172.38º | 0.33% | 0.74% | - |
| XYZ | 35.14 | 44.17 | 50.39 | - |
| YUV | 169.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 181 | 0.33 | 0 | 0.04 | 0.26 | 172.38 | 0.32 | 0.62 |
| Hex | 7E | BD | B5 | 21 | 0 | 4 | 1A | AC | 20 | 3E |
| Octal | 176 | 275 | 265 | 41 | 0 | 4 | 32 | 254 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10110101 | 100001 | 0 | 100 | 11010 | 10101100 | 100000 | 111110 |
Color Harmonies of #7EBDB5
Complementary color
Monochromatic Colors of #7EBDB5
Black with #7EBDB5
Text Example
Text Example
White with #7EBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDB5; }
p { color: rgb(126,189,181); }
H1.HeaderClassName
{
color: #7EBDB5;
}
.AnyTagClassName
{
color: #7EBDB5;
}
</style>
background-color css
<style>
a { background-color: #7EBDB5; }
a { background-color: rgb(126,189,181); }
div.DivClassName
{
background-color: #7EBDB5;
}
.BgClassName
{
background-color: #7EBDB5;
}
</style>
border-color css
<style>
span { border-color: #7EBDB5; }
span { border-color: rgb(126,189,181); }
td.TdClassName
{
border-color: #7EBDB5;
}
.TagClassName
{
border-color: #7EBDB5;
}
</style>