Shades of Monte Carlo #7DBEA6
Tints of Monte Carlo #7DBEA6
RGB
CMYK
RGB Variations
Color information
#7DBEA6 (or 0x7DBEA6) is known color: Monte Carlo. HEX triplet: 7D, BE and A6. RGB value is (125,190,166). Sum of RGB (Red+Green+Blue) = 125+190+166=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEA6 is #824159. Grayscale: #A7A7A7. Windows color (decimal): -8536410 or 10927741. OLE color: 10927741.
HSL color Cylindrical-coordinate representation of color #7DBEA6: hue angle of 157.85º 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 #7DBEA6 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 166 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.25 |
| HSL | 157.85º | 0.33% | 0.62% | - |
| HSV(B) | 157.85º | 0.34% | 0.75% | - |
| XYZ | 33.75 | 43.94 | 42.78 | - |
| YUV | 167.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 166 | 0.34 | 0 | 0.13 | 0.25 | 157.85 | 0.33 | 0.62 |
| Hex | 7D | BE | A6 | 22 | 0 | D | 19 | 9E | 21 | 3E |
| Octal | 175 | 276 | 246 | 42 | 0 | 15 | 31 | 236 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10100110 | 100010 | 0 | 1101 | 11001 | 10011110 | 100001 | 111110 |
Color Harmonies of #7DBEA6
Complementary color
Monochromatic Colors of #7DBEA6
Black with #7DBEA6
Text Example
Text Example
White with #7DBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEA6; }
p { color: rgb(125,190,166); }
H1.HeaderClassName
{
color: #7DBEA6;
}
.AnyTagClassName
{
color: #7DBEA6;
}
</style>
background-color css
<style>
a { background-color: #7DBEA6; }
a { background-color: rgb(125,190,166); }
div.DivClassName
{
background-color: #7DBEA6;
}
.BgClassName
{
background-color: #7DBEA6;
}
</style>
border-color css
<style>
span { border-color: #7DBEA6; }
span { border-color: rgb(125,190,166); }
td.TdClassName
{
border-color: #7DBEA6;
}
.TagClassName
{
border-color: #7DBEA6;
}
</style>