Shades of Monte Carlo #7DBEAF
Tints of Monte Carlo #7DBEAF
RGB
CMYK
RGB Variations
Color information
#7DBEAF (or 0x7DBEAF) is known color: Monte Carlo. HEX triplet: 7D, BE and AF. RGB value is (125,190,175). Sum of RGB (Red+Green+Blue) = 125+190+175=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEAF is #824150. Grayscale: #A8A8A8. Windows color (decimal): -8536401 or 11517565. OLE color: 11517565.
HSL color Cylindrical-coordinate representation of color #7DBEAF: hue angle of 166.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 #7DBEAF is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 175 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.25 |
| HSL | 166.15º | 0.33% | 0.62% | - |
| HSV(B) | 166.15º | 0.34% | 0.75% | - |
| XYZ | 34.61 | 44.28 | 47.28 | - |
| YUV | 168.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 175 | 0.34 | 0 | 0.08 | 0.25 | 166.15 | 0.33 | 0.62 |
| Hex | 7D | BE | AF | 22 | 0 | 8 | 19 | A6 | 21 | 3E |
| Octal | 175 | 276 | 257 | 42 | 0 | 10 | 31 | 246 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10101111 | 100010 | 0 | 1000 | 11001 | 10100110 | 100001 | 111110 |
Color Harmonies of #7DBEAF
Complementary color
Monochromatic Colors of #7DBEAF
Black with #7DBEAF
Text Example
Text Example
White with #7DBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEAF; }
p { color: rgb(125,190,175); }
H1.HeaderClassName
{
color: #7DBEAF;
}
.AnyTagClassName
{
color: #7DBEAF;
}
</style>
background-color css
<style>
a { background-color: #7DBEAF; }
a { background-color: rgb(125,190,175); }
div.DivClassName
{
background-color: #7DBEAF;
}
.BgClassName
{
background-color: #7DBEAF;
}
</style>
border-color css
<style>
span { border-color: #7DBEAF; }
span { border-color: rgb(125,190,175); }
td.TdClassName
{
border-color: #7DBEAF;
}
.TagClassName
{
border-color: #7DBEAF;
}
</style>