Shades of Monte Carlo #7DBEBB
Tints of Monte Carlo #7DBEBB
RGB
CMYK
RGB Variations
Color information
#7DBEBB (or 0x7DBEBB) is known color: Monte Carlo. HEX triplet: 7D, BE and BB. RGB value is (125,190,187). Sum of RGB (Red+Green+Blue) = 125+190+187=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEBB is #824144. Grayscale: #AAAAAA. Windows color (decimal): -8536389 or 12303997. OLE color: 12303997.
HSL color Cylindrical-coordinate representation of color #7DBEBB: hue angle of 177.23º degrees, saturation: 0.33, 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 #7DBEBB is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 187 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.25 |
| HSL | 177.23º | 0.33% | 0.62% | - |
| HSV(B) | 177.23º | 0.34% | 0.75% | - |
| XYZ | 35.84 | 44.77 | 53.77 | - |
| YUV | 170.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 187 | 0.34 | 0 | 0.02 | 0.25 | 177.23 | 0.33 | 0.62 |
| Hex | 7D | BE | BB | 22 | 0 | 2 | 19 | B1 | 21 | 3E |
| Octal | 175 | 276 | 273 | 42 | 0 | 2 | 31 | 261 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10111011 | 100010 | 0 | 10 | 11001 | 10110001 | 100001 | 111110 |
Color Harmonies of #7DBEBB
Complementary color
Monochromatic Colors of #7DBEBB
Black with #7DBEBB
Text Example
Text Example
White with #7DBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEBB; }
p { color: rgb(125,190,187); }
H1.HeaderClassName
{
color: #7DBEBB;
}
.AnyTagClassName
{
color: #7DBEBB;
}
</style>
background-color css
<style>
a { background-color: #7DBEBB; }
a { background-color: rgb(125,190,187); }
div.DivClassName
{
background-color: #7DBEBB;
}
.BgClassName
{
background-color: #7DBEBB;
}
</style>
border-color css
<style>
span { border-color: #7DBEBB; }
span { border-color: rgb(125,190,187); }
td.TdClassName
{
border-color: #7DBEBB;
}
.TagClassName
{
border-color: #7DBEBB;
}
</style>