Shades of Monte Carlo #7FCCB5
Tints of Monte Carlo #7FCCB5
RGB
CMYK
RGB Variations
Color information
#7FCCB5 (or 0x7FCCB5) is known color: Monte Carlo. HEX triplet: 7F, CC and B5. RGB value is (127,204,181). Sum of RGB (Red+Green+Blue) = 127+204+181=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCB5 is #80334A. Grayscale: #B2B2B2. Windows color (decimal): -8401739 or 11914367. OLE color: 11914367.
HSL color Cylindrical-coordinate representation of color #7FCCB5: hue angle of 162.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCB5 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 181 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.2 |
| HSL | 162.08º | 0.43% | 0.65% | - |
| HSV(B) | 162.08º | 0.38% | 0.8% | - |
| XYZ | 38.69 | 51.03 | 51.53 | - |
| YUV | 178.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 181 | 0.38 | 0 | 0.11 | 0.2 | 162.08 | 0.43 | 0.65 |
| Hex | 7F | CC | B5 | 26 | 0 | B | 14 | A2 | 2B | 41 |
| Octal | 177 | 314 | 265 | 46 | 0 | 13 | 24 | 242 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10110101 | 100110 | 0 | 1011 | 10100 | 10100010 | 101011 | 1000001 |
Color Harmonies of #7FCCB5
Complementary color
Monochromatic Colors of #7FCCB5
Black with #7FCCB5
Text Example
Text Example
White with #7FCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCB5; }
p { color: rgb(127,204,181); }
H1.HeaderClassName
{
color: #7FCCB5;
}
.AnyTagClassName
{
color: #7FCCB5;
}
</style>
background-color css
<style>
a { background-color: #7FCCB5; }
a { background-color: rgb(127,204,181); }
div.DivClassName
{
background-color: #7FCCB5;
}
.BgClassName
{
background-color: #7FCCB5;
}
</style>
border-color css
<style>
span { border-color: #7FCCB5; }
span { border-color: rgb(127,204,181); }
td.TdClassName
{
border-color: #7FCCB5;
}
.TagClassName
{
border-color: #7FCCB5;
}
</style>