Shades of Monte Carlo #7DBEAB
Tints of Monte Carlo #7DBEAB
RGB
CMYK
RGB Variations
Color information
#7DBEAB (or 0x7DBEAB) is known color: Monte Carlo. HEX triplet: 7D, BE and AB. RGB value is (125,190,171). Sum of RGB (Red+Green+Blue) = 125+190+171=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEAB is #824154. Grayscale: #A8A8A8. Windows color (decimal): -8536405 or 11255421. OLE color: 11255421.
HSL color Cylindrical-coordinate representation of color #7DBEAB: hue angle of 162.46º 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 #7DBEAB is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 171 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.25 |
| HSL | 162.46º | 0.33% | 0.62% | - |
| HSV(B) | 162.46º | 0.34% | 0.75% | - |
| XYZ | 34.22 | 44.13 | 45.24 | - |
| YUV | 168.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 171 | 0.34 | 0 | 0.10 | 0.25 | 162.46 | 0.33 | 0.62 |
| Hex | 7D | BE | AB | 22 | 0 | A | 19 | A2 | 21 | 3E |
| Octal | 175 | 276 | 253 | 42 | 0 | 12 | 31 | 242 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10101011 | 100010 | 0 | 1010 | 11001 | 10100010 | 100001 | 111110 |
Color Harmonies of #7DBEAB
Complementary color
Monochromatic Colors of #7DBEAB
Black with #7DBEAB
Text Example
Text Example
White with #7DBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEAB; }
p { color: rgb(125,190,171); }
H1.HeaderClassName
{
color: #7DBEAB;
}
.AnyTagClassName
{
color: #7DBEAB;
}
</style>
background-color css
<style>
a { background-color: #7DBEAB; }
a { background-color: rgb(125,190,171); }
div.DivClassName
{
background-color: #7DBEAB;
}
.BgClassName
{
background-color: #7DBEAB;
}
</style>
border-color css
<style>
span { border-color: #7DBEAB; }
span { border-color: rgb(125,190,171); }
td.TdClassName
{
border-color: #7DBEAB;
}
.TagClassName
{
border-color: #7DBEAB;
}
</style>