Shades of Monte Carlo #7EBCB5
Tints of Monte Carlo #7EBCB5
RGB
CMYK
RGB Variations
Color information
#7EBCB5 (or 0x7EBCB5) is known color: Monte Carlo. HEX triplet: 7E, BC and B5. RGB value is (126,188,181). Sum of RGB (Red+Green+Blue) = 126+188+181=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCB5 is #81434A. Grayscale: #A8A8A8. Windows color (decimal): -8471371 or 11910270. OLE color: 11910270.
HSL color Cylindrical-coordinate representation of color #7EBCB5: hue angle of 173.23º 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 #7EBCB5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 181 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.26 |
| HSL | 173.23º | 0.32% | 0.62% | - |
| HSV(B) | 173.23º | 0.33% | 0.74% | - |
| XYZ | 34.93 | 43.74 | 50.32 | - |
| YUV | 168.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 181 | 0.33 | 0 | 0.04 | 0.26 | 173.23 | 0.32 | 0.62 |
| Hex | 7E | BC | B5 | 21 | 0 | 4 | 1A | AD | 20 | 3E |
| Octal | 176 | 274 | 265 | 41 | 0 | 4 | 32 | 255 | 40 | 76 |
| Binary | 1111110 | 10111100 | 10110101 | 100001 | 0 | 100 | 11010 | 10101101 | 100000 | 111110 |
Color Harmonies of #7EBCB5
Complementary color
Monochromatic Colors of #7EBCB5
Black with #7EBCB5
Text Example
Text Example
White with #7EBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBCB5; }
p { color: rgb(126,188,181); }
H1.HeaderClassName
{
color: #7EBCB5;
}
.AnyTagClassName
{
color: #7EBCB5;
}
</style>
background-color css
<style>
a { background-color: #7EBCB5; }
a { background-color: rgb(126,188,181); }
div.DivClassName
{
background-color: #7EBCB5;
}
.BgClassName
{
background-color: #7EBCB5;
}
</style>
border-color css
<style>
span { border-color: #7EBCB5; }
span { border-color: rgb(126,188,181); }
td.TdClassName
{
border-color: #7EBCB5;
}
.TagClassName
{
border-color: #7EBCB5;
}
</style>