Shades of Monte Carlo #7DC2BB
Tints of Monte Carlo #7DC2BB
RGB
CMYK
RGB Variations
Color information
#7DC2BB (or 0x7DC2BB) is known color: Monte Carlo. HEX triplet: 7D, C2 and BB. RGB value is (125,194,187). Sum of RGB (Red+Green+Blue) = 125+194+187=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC2BB is #823D44. Grayscale: #ACACAC. Windows color (decimal): -8535365 or 12305021. OLE color: 12305021.
HSL color Cylindrical-coordinate representation of color #7DC2BB: hue angle of 173.91º 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 #7DC2BB is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 187 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.24 |
| HSL | 173.91º | 0.36% | 0.63% | - |
| HSV(B) | 173.91º | 0.36% | 0.76% | - |
| XYZ | 36.72 | 46.53 | 54.06 | - |
| YUV | 172.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 187 | 0.36 | 0 | 0.04 | 0.24 | 173.91 | 0.36 | 0.63 |
| Hex | 7D | C2 | BB | 24 | 0 | 4 | 18 | AE | 24 | 3F |
| Octal | 175 | 302 | 273 | 44 | 0 | 4 | 30 | 256 | 44 | 77 |
| Binary | 1111101 | 11000010 | 10111011 | 100100 | 0 | 100 | 11000 | 10101110 | 100100 | 111111 |
Color Harmonies of #7DC2BB
Complementary color
Monochromatic Colors of #7DC2BB
Black with #7DC2BB
Text Example
Text Example
White with #7DC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC2BB; }
p { color: rgb(125,194,187); }
H1.HeaderClassName
{
color: #7DC2BB;
}
.AnyTagClassName
{
color: #7DC2BB;
}
</style>
background-color css
<style>
a { background-color: #7DC2BB; }
a { background-color: rgb(125,194,187); }
div.DivClassName
{
background-color: #7DC2BB;
}
.BgClassName
{
background-color: #7DC2BB;
}
</style>
border-color css
<style>
span { border-color: #7DC2BB; }
span { border-color: rgb(125,194,187); }
td.TdClassName
{
border-color: #7DC2BB;
}
.TagClassName
{
border-color: #7DC2BB;
}
</style>