Shades of Monte Carlo #7DC7B2
Tints of Monte Carlo #7DC7B2
RGB
CMYK
RGB Variations
Color information
#7DC7B2 (or 0x7DC7B2) is known color: Monte Carlo. HEX triplet: 7D, C7 and B2. RGB value is (125,199,178). Sum of RGB (Red+Green+Blue) = 125+199+178=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC7B2 is #82384D. Grayscale: #AEAEAE. Windows color (decimal): -8534094 or 11716477. OLE color: 11716477.
HSL color Cylindrical-coordinate representation of color #7DC7B2: hue angle of 162.97º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC7B2 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 178 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.22 |
| HSL | 162.97º | 0.4% | 0.64% | - |
| HSV(B) | 162.97º | 0.37% | 0.78% | - |
| XYZ | 36.92 | 48.42 | 49.52 | - |
| YUV | 174.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 178 | 0.37 | 0 | 0.11 | 0.22 | 162.97 | 0.4 | 0.64 |
| Hex | 7D | C7 | B2 | 25 | 0 | B | 16 | A3 | 28 | 40 |
| Octal | 175 | 307 | 262 | 45 | 0 | 13 | 26 | 243 | 50 | 100 |
| Binary | 1111101 | 11000111 | 10110010 | 100101 | 0 | 1011 | 10110 | 10100011 | 101000 | 1000000 |
Color Harmonies of #7DC7B2
Complementary color
Monochromatic Colors of #7DC7B2
Black with #7DC7B2
Text Example
Text Example
White with #7DC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC7B2; }
p { color: rgb(125,199,178); }
H1.HeaderClassName
{
color: #7DC7B2;
}
.AnyTagClassName
{
color: #7DC7B2;
}
</style>
background-color css
<style>
a { background-color: #7DC7B2; }
a { background-color: rgb(125,199,178); }
div.DivClassName
{
background-color: #7DC7B2;
}
.BgClassName
{
background-color: #7DC7B2;
}
</style>
border-color css
<style>
span { border-color: #7DC7B2; }
span { border-color: rgb(125,199,178); }
td.TdClassName
{
border-color: #7DC7B2;
}
.TagClassName
{
border-color: #7DC7B2;
}
</style>