Shades of Monte Carlo #7DCFAB
Tints of Monte Carlo #7DCFAB
RGB
CMYK
RGB Variations
Color information
#7DCFAB (or 0x7DCFAB) is known color: Monte Carlo. HEX triplet: 7D, CF and AB. RGB value is (125,207,171). Sum of RGB (Red+Green+Blue) = 125+207+171=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCFAB is #823054. Grayscale: #B2B2B2. Windows color (decimal): -8532053 or 11259773. OLE color: 11259773.
HSL color Cylindrical-coordinate representation of color #7DCFAB: hue angle of 153.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFAB is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 171 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.19 |
| HSL | 153.66º | 0.46% | 0.65% | - |
| HSV(B) | 153.66º | 0.4% | 0.81% | - |
| XYZ | 38.12 | 51.93 | 46.54 | - |
| YUV | 178.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 171 | 0.40 | 0 | 0.17 | 0.19 | 153.66 | 0.46 | 0.65 |
| Hex | 7D | CF | AB | 28 | 0 | 11 | 13 | 9A | 2E | 41 |
| Octal | 175 | 317 | 253 | 50 | 0 | 21 | 23 | 232 | 56 | 101 |
| Binary | 1111101 | 11001111 | 10101011 | 101000 | 0 | 10001 | 10011 | 10011010 | 101110 | 1000001 |
Color Harmonies of #7DCFAB
Complementary color
Monochromatic Colors of #7DCFAB
Black with #7DCFAB
Text Example
Text Example
White with #7DCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFAB; }
p { color: rgb(125,207,171); }
H1.HeaderClassName
{
color: #7DCFAB;
}
.AnyTagClassName
{
color: #7DCFAB;
}
</style>
background-color css
<style>
a { background-color: #7DCFAB; }
a { background-color: rgb(125,207,171); }
div.DivClassName
{
background-color: #7DCFAB;
}
.BgClassName
{
background-color: #7DCFAB;
}
</style>
border-color css
<style>
span { border-color: #7DCFAB; }
span { border-color: rgb(125,207,171); }
td.TdClassName
{
border-color: #7DCFAB;
}
.TagClassName
{
border-color: #7DCFAB;
}
</style>