Shades of Monte Carlo #7DCBAE
Tints of Monte Carlo #7DCBAE
RGB
CMYK
RGB Variations
Color information
#7DCBAE (or 0x7DCBAE) is known color: Monte Carlo. HEX triplet: 7D, CB and AE. RGB value is (125,203,174). Sum of RGB (Red+Green+Blue) = 125+203+174=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBAE is #823451. Grayscale: #B0B0B0. Windows color (decimal): -8533074 or 11455357. OLE color: 11455357.
HSL color Cylindrical-coordinate representation of color #7DCBAE: hue angle of 157.69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBAE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 174 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.20 |
| HSL | 157.69º | 0.43% | 0.64% | - |
| HSV(B) | 157.69º | 0.38% | 0.8% | - |
| XYZ | 37.45 | 50.13 | 47.75 | - |
| YUV | 176.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 174 | 0.38 | 0 | 0.14 | 0.20 | 157.69 | 0.43 | 0.64 |
| Hex | 7D | CB | AE | 26 | 0 | E | 14 | 9E | 2B | 40 |
| Octal | 175 | 313 | 256 | 46 | 0 | 16 | 24 | 236 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10101110 | 100110 | 0 | 1110 | 10100 | 10011110 | 101011 | 1000000 |
Color Harmonies of #7DCBAE
Complementary color
Monochromatic Colors of #7DCBAE
Black with #7DCBAE
Text Example
Text Example
White with #7DCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBAE; }
p { color: rgb(125,203,174); }
H1.HeaderClassName
{
color: #7DCBAE;
}
.AnyTagClassName
{
color: #7DCBAE;
}
</style>
background-color css
<style>
a { background-color: #7DCBAE; }
a { background-color: rgb(125,203,174); }
div.DivClassName
{
background-color: #7DCBAE;
}
.BgClassName
{
background-color: #7DCBAE;
}
</style>
border-color css
<style>
span { border-color: #7DCBAE; }
span { border-color: rgb(125,203,174); }
td.TdClassName
{
border-color: #7DCBAE;
}
.TagClassName
{
border-color: #7DCBAE;
}
</style>