Shades of Monte Carlo #7DC5C2
Tints of Monte Carlo #7DC5C2
RGB
CMYK
RGB Variations
Color information
#7DC5C2 (or 0x7DC5C2) is known color: Monte Carlo. HEX triplet: 7D, C5 and C2. RGB value is (125,197,194). Sum of RGB (Red+Green+Blue) = 125+197+194=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5C2 is #823A3D. Grayscale: #AFAFAF. Windows color (decimal): -8534590 or 12764541. OLE color: 12764541.
HSL color Cylindrical-coordinate representation of color #7DC5C2: hue angle of 177.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC5C2 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 194 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.23 |
| HSL | 177.5º | 0.38% | 0.63% | - |
| HSV(B) | 177.5º | 0.37% | 0.77% | - |
| XYZ | 38.16 | 48.19 | 58.33 | - |
| YUV | 175.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 194 | 0.37 | 0 | 0.02 | 0.23 | 177.5 | 0.38 | 0.63 |
| Hex | 7D | C5 | C2 | 25 | 0 | 2 | 17 | B2 | 26 | 3F |
| Octal | 175 | 305 | 302 | 45 | 0 | 2 | 27 | 262 | 46 | 77 |
| Binary | 1111101 | 11000101 | 11000010 | 100101 | 0 | 10 | 10111 | 10110010 | 100110 | 111111 |
Color Harmonies of #7DC5C2
Complementary color
Monochromatic Colors of #7DC5C2
Black with #7DC5C2
Text Example
Text Example
White with #7DC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC5C2; }
p { color: rgb(125,197,194); }
H1.HeaderClassName
{
color: #7DC5C2;
}
.AnyTagClassName
{
color: #7DC5C2;
}
</style>
background-color css
<style>
a { background-color: #7DC5C2; }
a { background-color: rgb(125,197,194); }
div.DivClassName
{
background-color: #7DC5C2;
}
.BgClassName
{
background-color: #7DC5C2;
}
</style>
border-color css
<style>
span { border-color: #7DC5C2; }
span { border-color: rgb(125,197,194); }
td.TdClassName
{
border-color: #7DC5C2;
}
.TagClassName
{
border-color: #7DC5C2;
}
</style>