Shades of Monte Carlo #7CCBA8
Tints of Monte Carlo #7CCBA8
RGB
CMYK
RGB Variations
Color information
#7CCBA8 (or 0x7CCBA8) is known color: Monte Carlo. HEX triplet: 7C, CB and A8. RGB value is (124,203,168). Sum of RGB (Red+Green+Blue) = 124+203+168=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCBA8 is #833457. Grayscale: #AFAFAF. Windows color (decimal): -8598616 or 11062140. OLE color: 11062140.
HSL color Cylindrical-coordinate representation of color #7CCBA8: hue angle of 153.42º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCBA8 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 168 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.20 |
| HSL | 153.42º | 0.43% | 0.64% | - |
| HSV(B) | 153.42º | 0.39% | 0.8% | - |
| XYZ | 36.74 | 49.82 | 44.73 | - |
| YUV | 175.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 168 | 0.39 | 0 | 0.17 | 0.20 | 153.42 | 0.43 | 0.64 |
| Hex | 7C | CB | A8 | 27 | 0 | 11 | 14 | 99 | 2B | 40 |
| Octal | 174 | 313 | 250 | 47 | 0 | 21 | 24 | 231 | 53 | 100 |
| Binary | 1111100 | 11001011 | 10101000 | 100111 | 0 | 10001 | 10100 | 10011001 | 101011 | 1000000 |
Color Harmonies of #7CCBA8
Complementary color
Monochromatic Colors of #7CCBA8
Black with #7CCBA8
Text Example
Text Example
White with #7CCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCBA8; }
p { color: rgb(124,203,168); }
H1.HeaderClassName
{
color: #7CCBA8;
}
.AnyTagClassName
{
color: #7CCBA8;
}
</style>
background-color css
<style>
a { background-color: #7CCBA8; }
a { background-color: rgb(124,203,168); }
div.DivClassName
{
background-color: #7CCBA8;
}
.BgClassName
{
background-color: #7CCBA8;
}
</style>
border-color css
<style>
span { border-color: #7CCBA8; }
span { border-color: rgb(124,203,168); }
td.TdClassName
{
border-color: #7CCBA8;
}
.TagClassName
{
border-color: #7CCBA8;
}
</style>