Shades of Monte Carlo #7DCAB1
Tints of Monte Carlo #7DCAB1
RGB
CMYK
RGB Variations
Color information
#7DCAB1 (or 0x7DCAB1) is known color: Monte Carlo. HEX triplet: 7D, CA and B1. RGB value is (125,202,177). Sum of RGB (Red+Green+Blue) = 125+202+177=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAB1 is #82354E. Grayscale: #B0B0B0. Windows color (decimal): -8533327 or 11651709. OLE color: 11651709.
HSL color Cylindrical-coordinate representation of color #7DCAB1: hue angle of 160.52º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAB1 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 177 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.21 |
| HSL | 160.52º | 0.42% | 0.64% | - |
| HSV(B) | 160.52º | 0.38% | 0.79% | - |
| XYZ | 37.51 | 49.78 | 49.23 | - |
| YUV | 176.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 177 | 0.38 | 0 | 0.12 | 0.21 | 160.52 | 0.42 | 0.64 |
| Hex | 7D | CA | B1 | 26 | 0 | C | 15 | A1 | 2A | 40 |
| Octal | 175 | 312 | 261 | 46 | 0 | 14 | 25 | 241 | 52 | 100 |
| Binary | 1111101 | 11001010 | 10110001 | 100110 | 0 | 1100 | 10101 | 10100001 | 101010 | 1000000 |
Color Harmonies of #7DCAB1
Complementary color
Monochromatic Colors of #7DCAB1
Black with #7DCAB1
Text Example
Text Example
White with #7DCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAB1; }
p { color: rgb(125,202,177); }
H1.HeaderClassName
{
color: #7DCAB1;
}
.AnyTagClassName
{
color: #7DCAB1;
}
</style>
background-color css
<style>
a { background-color: #7DCAB1; }
a { background-color: rgb(125,202,177); }
div.DivClassName
{
background-color: #7DCAB1;
}
.BgClassName
{
background-color: #7DCAB1;
}
</style>
border-color css
<style>
span { border-color: #7DCAB1; }
span { border-color: rgb(125,202,177); }
td.TdClassName
{
border-color: #7DCAB1;
}
.TagClassName
{
border-color: #7DCAB1;
}
</style>