Shades of Monte Carlo #7CC9AA
Tints of Monte Carlo #7CC9AA
RGB
CMYK
RGB Variations
Color information
#7CC9AA (or 0x7CC9AA) is known color: Monte Carlo. HEX triplet: 7C, C9 and AA. RGB value is (124,201,170). Sum of RGB (Red+Green+Blue) = 124+201+170=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC9AA is #833655. Grayscale: #AEAEAE. Windows color (decimal): -8599126 or 11192700. OLE color: 11192700.
HSL color Cylindrical-coordinate representation of color #7CC9AA: hue angle of 155.84º 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 #7CC9AA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 170 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.21 |
| HSL | 155.84º | 0.42% | 0.64% | - |
| HSV(B) | 155.84º | 0.38% | 0.79% | - |
| XYZ | 36.45 | 48.96 | 45.56 | - |
| YUV | 174.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 170 | 0.38 | 0 | 0.15 | 0.21 | 155.84 | 0.42 | 0.64 |
| Hex | 7C | C9 | AA | 26 | 0 | F | 15 | 9C | 2A | 40 |
| Octal | 174 | 311 | 252 | 46 | 0 | 17 | 25 | 234 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10101010 | 100110 | 0 | 1111 | 10101 | 10011100 | 101010 | 1000000 |
Color Harmonies of #7CC9AA
Complementary color
Monochromatic Colors of #7CC9AA
Black with #7CC9AA
Text Example
Text Example
White with #7CC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC9AA; }
p { color: rgb(124,201,170); }
H1.HeaderClassName
{
color: #7CC9AA;
}
.AnyTagClassName
{
color: #7CC9AA;
}
</style>
background-color css
<style>
a { background-color: #7CC9AA; }
a { background-color: rgb(124,201,170); }
div.DivClassName
{
background-color: #7CC9AA;
}
.BgClassName
{
background-color: #7CC9AA;
}
</style>
border-color css
<style>
span { border-color: #7CC9AA; }
span { border-color: rgb(124,201,170); }
td.TdClassName
{
border-color: #7CC9AA;
}
.TagClassName
{
border-color: #7CC9AA;
}
</style>