Shades of Monte Carlo #7DBEBC
Tints of Monte Carlo #7DBEBC
RGB
CMYK
RGB Variations
Color information
#7DBEBC (or 0x7DBEBC) is known color: Monte Carlo. HEX triplet: 7D, BE and BC. RGB value is (125,190,188). Sum of RGB (Red+Green+Blue) = 125+190+188=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEBC is #824143. Grayscale: #AAAAAA. Windows color (decimal): -8536388 or 12369533. OLE color: 12369533.
HSL color Cylindrical-coordinate representation of color #7DBEBC: hue angle of 178.15º 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 #7DBEBC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 188 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.25 |
| HSL | 178.15º | 0.33% | 0.62% | - |
| HSV(B) | 178.15º | 0.34% | 0.75% | - |
| XYZ | 35.95 | 44.82 | 54.33 | - |
| YUV | 170.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 188 | 0.34 | 0 | 0.01 | 0.25 | 178.15 | 0.33 | 0.62 |
| Hex | 7D | BE | BC | 22 | 0 | 1 | 19 | B2 | 21 | 3E |
| Octal | 175 | 276 | 274 | 42 | 0 | 1 | 31 | 262 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10111100 | 100010 | 0 | 1 | 11001 | 10110010 | 100001 | 111110 |
Color Harmonies of #7DBEBC
Complementary color
Monochromatic Colors of #7DBEBC
Black with #7DBEBC
Text Example
Text Example
White with #7DBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEBC; }
p { color: rgb(125,190,188); }
H1.HeaderClassName
{
color: #7DBEBC;
}
.AnyTagClassName
{
color: #7DBEBC;
}
</style>
background-color css
<style>
a { background-color: #7DBEBC; }
a { background-color: rgb(125,190,188); }
div.DivClassName
{
background-color: #7DBEBC;
}
.BgClassName
{
background-color: #7DBEBC;
}
</style>
border-color css
<style>
span { border-color: #7DBEBC; }
span { border-color: rgb(125,190,188); }
td.TdClassName
{
border-color: #7DBEBC;
}
.TagClassName
{
border-color: #7DBEBC;
}
</style>