Shades of Monte Carlo #7CC8AF
Tints of Monte Carlo #7CC8AF
RGB
CMYK
RGB Variations
Color information
#7CC8AF (or 0x7CC8AF) is known color: Monte Carlo. HEX triplet: 7C, C8 and AF. RGB value is (124,200,175). Sum of RGB (Red+Green+Blue) = 124+200+175=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC8AF is #833750. Grayscale: #AEAEAE. Windows color (decimal): -8599377 or 11520124. OLE color: 11520124.
HSL color Cylindrical-coordinate representation of color #7CC8AF: hue angle of 160.26º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC8AF is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 175 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.22 |
| HSL | 160.26º | 0.41% | 0.64% | - |
| HSV(B) | 160.26º | 0.38% | 0.78% | - |
| XYZ | 36.7 | 48.69 | 48.02 | - |
| YUV | 174.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 175 | 0.38 | 0 | 0.12 | 0.22 | 160.26 | 0.41 | 0.64 |
| Hex | 7C | C8 | AF | 26 | 0 | C | 16 | A0 | 29 | 40 |
| Octal | 174 | 310 | 257 | 46 | 0 | 14 | 26 | 240 | 51 | 100 |
| Binary | 1111100 | 11001000 | 10101111 | 100110 | 0 | 1100 | 10110 | 10100000 | 101001 | 1000000 |
Color Harmonies of #7CC8AF
Complementary color
Monochromatic Colors of #7CC8AF
Black with #7CC8AF
Text Example
Text Example
White with #7CC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC8AF; }
p { color: rgb(124,200,175); }
H1.HeaderClassName
{
color: #7CC8AF;
}
.AnyTagClassName
{
color: #7CC8AF;
}
</style>
background-color css
<style>
a { background-color: #7CC8AF; }
a { background-color: rgb(124,200,175); }
div.DivClassName
{
background-color: #7CC8AF;
}
.BgClassName
{
background-color: #7CC8AF;
}
</style>
border-color css
<style>
span { border-color: #7CC8AF; }
span { border-color: rgb(124,200,175); }
td.TdClassName
{
border-color: #7CC8AF;
}
.TagClassName
{
border-color: #7CC8AF;
}
</style>