Shades of Monte Carlo #7CCCB1
Tints of Monte Carlo #7CCCB1
RGB
CMYK
RGB Variations
Color information
#7CCCB1 (or 0x7CCCB1) is known color: Monte Carlo. HEX triplet: 7C, CC and B1. RGB value is (124,204,177). Sum of RGB (Red+Green+Blue) = 124+204+177=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCB1 is #83334E. Grayscale: #B1B1B1. Windows color (decimal): -8598351 or 11652220. OLE color: 11652220.
HSL color Cylindrical-coordinate representation of color #7CCCB1: hue angle of 159.75º degrees, saturation: 0.44, 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 #7CCCB1 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 177 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.2 |
| HSL | 159.75º | 0.44% | 0.64% | - |
| HSV(B) | 159.75º | 0.39% | 0.8% | - |
| XYZ | 37.84 | 50.65 | 49.38 | - |
| YUV | 177 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 177 | 0.39 | 0 | 0.13 | 0.2 | 159.75 | 0.44 | 0.64 |
| Hex | 7C | CC | B1 | 27 | 0 | D | 14 | A0 | 2C | 40 |
| Octal | 174 | 314 | 261 | 47 | 0 | 15 | 24 | 240 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10110001 | 100111 | 0 | 1101 | 10100 | 10100000 | 101100 | 1000000 |
Color Harmonies of #7CCCB1
Complementary color
Monochromatic Colors of #7CCCB1
Black with #7CCCB1
Text Example
Text Example
White with #7CCCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCB1; }
p { color: rgb(124,204,177); }
H1.HeaderClassName
{
color: #7CCCB1;
}
.AnyTagClassName
{
color: #7CCCB1;
}
</style>
background-color css
<style>
a { background-color: #7CCCB1; }
a { background-color: rgb(124,204,177); }
div.DivClassName
{
background-color: #7CCCB1;
}
.BgClassName
{
background-color: #7CCCB1;
}
</style>
border-color css
<style>
span { border-color: #7CCCB1; }
span { border-color: rgb(124,204,177); }
td.TdClassName
{
border-color: #7CCCB1;
}
.TagClassName
{
border-color: #7CCCB1;
}
</style>