Shades of Monte Carlo #7DCFAF
Tints of Monte Carlo #7DCFAF
RGB
CMYK
RGB Variations
Color information
#7DCFAF (or 0x7DCFAF) is known color: Monte Carlo. HEX triplet: 7D, CF and AF. RGB value is (125,207,175). Sum of RGB (Red+Green+Blue) = 125+207+175=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCFAF is #823050. Grayscale: #B2B2B2. Windows color (decimal): -8532049 or 11521917. OLE color: 11521917.
HSL color Cylindrical-coordinate representation of color #7DCFAF: hue angle of 156.59º 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 #7DCFAF is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 175 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.19 |
| HSL | 156.59º | 0.46% | 0.65% | - |
| HSV(B) | 156.59º | 0.4% | 0.81% | - |
| XYZ | 38.51 | 52.08 | 48.58 | - |
| YUV | 178.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 175 | 0.40 | 0 | 0.15 | 0.19 | 156.59 | 0.46 | 0.65 |
| Hex | 7D | CF | AF | 28 | 0 | F | 13 | 9D | 2E | 41 |
| Octal | 175 | 317 | 257 | 50 | 0 | 17 | 23 | 235 | 56 | 101 |
| Binary | 1111101 | 11001111 | 10101111 | 101000 | 0 | 1111 | 10011 | 10011101 | 101110 | 1000001 |
Color Harmonies of #7DCFAF
Complementary color
Monochromatic Colors of #7DCFAF
Black with #7DCFAF
Text Example
Text Example
White with #7DCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFAF; }
p { color: rgb(125,207,175); }
H1.HeaderClassName
{
color: #7DCFAF;
}
.AnyTagClassName
{
color: #7DCFAF;
}
</style>
background-color css
<style>
a { background-color: #7DCFAF; }
a { background-color: rgb(125,207,175); }
div.DivClassName
{
background-color: #7DCFAF;
}
.BgClassName
{
background-color: #7DCFAF;
}
</style>
border-color css
<style>
span { border-color: #7DCFAF; }
span { border-color: rgb(125,207,175); }
td.TdClassName
{
border-color: #7DCFAF;
}
.TagClassName
{
border-color: #7DCFAF;
}
</style>