Shades of Monte Carlo #7CCEAF
Tints of Monte Carlo #7CCEAF
RGB
CMYK
RGB Variations
Color information
#7CCEAF (or 0x7CCEAF) is known color: Monte Carlo. HEX triplet: 7C, CE and AF. RGB value is (124,206,175). Sum of RGB (Red+Green+Blue) = 124+206+175=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCEAF is #833150. Grayscale: #B1B1B1. Windows color (decimal): -8597841 or 11521660. OLE color: 11521660.
HSL color Cylindrical-coordinate representation of color #7CCEAF: hue angle of 157.32º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEAF is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 175 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.19 |
| HSL | 157.32º | 0.46% | 0.65% | - |
| HSV(B) | 157.32º | 0.4% | 0.81% | - |
| XYZ | 38.12 | 51.52 | 48.49 | - |
| YUV | 177.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 175 | 0.40 | 0 | 0.15 | 0.19 | 157.32 | 0.46 | 0.65 |
| Hex | 7C | CE | AF | 28 | 0 | F | 13 | 9D | 2E | 41 |
| Octal | 174 | 316 | 257 | 50 | 0 | 17 | 23 | 235 | 56 | 101 |
| Binary | 1111100 | 11001110 | 10101111 | 101000 | 0 | 1111 | 10011 | 10011101 | 101110 | 1000001 |
Color Harmonies of #7CCEAF
Complementary color
Monochromatic Colors of #7CCEAF
Black with #7CCEAF
Text Example
Text Example
White with #7CCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEAF; }
p { color: rgb(124,206,175); }
H1.HeaderClassName
{
color: #7CCEAF;
}
.AnyTagClassName
{
color: #7CCEAF;
}
</style>
background-color css
<style>
a { background-color: #7CCEAF; }
a { background-color: rgb(124,206,175); }
div.DivClassName
{
background-color: #7CCEAF;
}
.BgClassName
{
background-color: #7CCEAF;
}
</style>
border-color css
<style>
span { border-color: #7CCEAF; }
span { border-color: rgb(124,206,175); }
td.TdClassName
{
border-color: #7CCEAF;
}
.TagClassName
{
border-color: #7CCEAF;
}
</style>