Shades of Monte Carlo #7DC2B2
Tints of Monte Carlo #7DC2B2
RGB
CMYK
RGB Variations
Color information
#7DC2B2 (or 0x7DC2B2) is known color: Monte Carlo. HEX triplet: 7D, C2 and B2. RGB value is (125,194,178). Sum of RGB (Red+Green+Blue) = 125+194+178=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC2B2 is #823D4D. Grayscale: #ABABAB. Windows color (decimal): -8535374 or 11715197. OLE color: 11715197.
HSL color Cylindrical-coordinate representation of color #7DC2B2: hue angle of 166.09º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC2B2 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 178 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.24 |
| HSL | 166.09º | 0.36% | 0.63% | - |
| HSV(B) | 166.09º | 0.36% | 0.76% | - |
| XYZ | 35.79 | 46.16 | 49.14 | - |
| YUV | 171.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 178 | 0.36 | 0 | 0.08 | 0.24 | 166.09 | 0.36 | 0.63 |
| Hex | 7D | C2 | B2 | 24 | 0 | 8 | 18 | A6 | 24 | 3F |
| Octal | 175 | 302 | 262 | 44 | 0 | 10 | 30 | 246 | 44 | 77 |
| Binary | 1111101 | 11000010 | 10110010 | 100100 | 0 | 1000 | 11000 | 10100110 | 100100 | 111111 |
Color Harmonies of #7DC2B2
Complementary color
Monochromatic Colors of #7DC2B2
Black with #7DC2B2
Text Example
Text Example
White with #7DC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC2B2; }
p { color: rgb(125,194,178); }
H1.HeaderClassName
{
color: #7DC2B2;
}
.AnyTagClassName
{
color: #7DC2B2;
}
</style>
background-color css
<style>
a { background-color: #7DC2B2; }
a { background-color: rgb(125,194,178); }
div.DivClassName
{
background-color: #7DC2B2;
}
.BgClassName
{
background-color: #7DC2B2;
}
</style>
border-color css
<style>
span { border-color: #7DC2B2; }
span { border-color: rgb(125,194,178); }
td.TdClassName
{
border-color: #7DC2B2;
}
.TagClassName
{
border-color: #7DC2B2;
}
</style>