Shades of Monte Carlo #7CCAB8
Tints of Monte Carlo #7CCAB8
RGB
CMYK
RGB Variations
Color information
#7CCAB8 (or 0x7CCAB8) is known color: Monte Carlo. HEX triplet: 7C, CA and B8. RGB value is (124,202,184). Sum of RGB (Red+Green+Blue) = 124+202+184=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCAB8 is #833547. Grayscale: #B0B0B0. Windows color (decimal): -8598856 or 12110460. OLE color: 12110460.
HSL color Cylindrical-coordinate representation of color #7CCAB8: hue angle of 166.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCAB8 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 184 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.21 |
| HSL | 166.15º | 0.42% | 0.64% | - |
| HSV(B) | 166.15º | 0.39% | 0.79% | - |
| XYZ | 38.08 | 49.99 | 52.99 | - |
| YUV | 176.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 184 | 0.39 | 0 | 0.09 | 0.21 | 166.15 | 0.42 | 0.64 |
| Hex | 7C | CA | B8 | 27 | 0 | 9 | 15 | A6 | 2A | 40 |
| Octal | 174 | 312 | 270 | 47 | 0 | 11 | 25 | 246 | 52 | 100 |
| Binary | 1111100 | 11001010 | 10111000 | 100111 | 0 | 1001 | 10101 | 10100110 | 101010 | 1000000 |
Color Harmonies of #7CCAB8
Complementary color
Monochromatic Colors of #7CCAB8
Black with #7CCAB8
Text Example
Text Example
White with #7CCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCAB8; }
p { color: rgb(124,202,184); }
H1.HeaderClassName
{
color: #7CCAB8;
}
.AnyTagClassName
{
color: #7CCAB8;
}
</style>
background-color css
<style>
a { background-color: #7CCAB8; }
a { background-color: rgb(124,202,184); }
div.DivClassName
{
background-color: #7CCAB8;
}
.BgClassName
{
background-color: #7CCAB8;
}
</style>
border-color css
<style>
span { border-color: #7CCAB8; }
span { border-color: rgb(124,202,184); }
td.TdClassName
{
border-color: #7CCAB8;
}
.TagClassName
{
border-color: #7CCAB8;
}
</style>