Shades of Monte Carlo #7FCABB
Tints of Monte Carlo #7FCABB
RGB
CMYK
RGB Variations
Color information
#7FCABB (or 0x7FCABB) is known color: Monte Carlo. HEX triplet: 7F, CA and BB. RGB value is (127,202,187). Sum of RGB (Red+Green+Blue) = 127+202+187=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCABB is #803544. Grayscale: #B1B1B1. Windows color (decimal): -8402245 or 12307071. OLE color: 12307071.
HSL color Cylindrical-coordinate representation of color #7FCABB: hue angle of 168º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCABB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 187 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.21 |
| HSL | 168º | 0.41% | 0.65% | - |
| HSV(B) | 168º | 0.37% | 0.79% | - |
| XYZ | 38.84 | 50.34 | 54.68 | - |
| YUV | 177.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 187 | 0.37 | 0 | 0.07 | 0.21 | 168 | 0.41 | 0.65 |
| Hex | 7F | CA | BB | 25 | 0 | 7 | 15 | A8 | 29 | 41 |
| Octal | 177 | 312 | 273 | 45 | 0 | 7 | 25 | 250 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10111011 | 100101 | 0 | 111 | 10101 | 10101000 | 101001 | 1000001 |
Color Harmonies of #7FCABB
Complementary color
Monochromatic Colors of #7FCABB
Black with #7FCABB
Text Example
Text Example
White with #7FCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCABB; }
p { color: rgb(127,202,187); }
H1.HeaderClassName
{
color: #7FCABB;
}
.AnyTagClassName
{
color: #7FCABB;
}
</style>
background-color css
<style>
a { background-color: #7FCABB; }
a { background-color: rgb(127,202,187); }
div.DivClassName
{
background-color: #7FCABB;
}
.BgClassName
{
background-color: #7FCABB;
}
</style>
border-color css
<style>
span { border-color: #7FCABB; }
span { border-color: rgb(127,202,187); }
td.TdClassName
{
border-color: #7FCABB;
}
.TagClassName
{
border-color: #7FCABB;
}
</style>