Shades of Monte Carlo #7FCBAE
Tints of Monte Carlo #7FCBAE
RGB
CMYK
RGB Variations
Color information
#7FCBAE (or 0x7FCBAE) is known color: Monte Carlo. HEX triplet: 7F, CB and AE. RGB value is (127,203,174). Sum of RGB (Red+Green+Blue) = 127+203+174=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCBAE is #803451. Grayscale: #B1B1B1. Windows color (decimal): -8402002 or 11455359. OLE color: 11455359.
HSL color Cylindrical-coordinate representation of color #7FCBAE: hue angle of 157.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCBAE is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 174 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.20 |
| HSL | 157.11º | 0.42% | 0.65% | - |
| HSV(B) | 157.11º | 0.37% | 0.8% | - |
| XYZ | 37.75 | 50.28 | 47.76 | - |
| YUV | 176.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 174 | 0.37 | 0 | 0.14 | 0.20 | 157.11 | 0.42 | 0.65 |
| Hex | 7F | CB | AE | 25 | 0 | E | 14 | 9D | 2A | 41 |
| Octal | 177 | 313 | 256 | 45 | 0 | 16 | 24 | 235 | 52 | 101 |
| Binary | 1111111 | 11001011 | 10101110 | 100101 | 0 | 1110 | 10100 | 10011101 | 101010 | 1000001 |
Color Harmonies of #7FCBAE
Complementary color
Monochromatic Colors of #7FCBAE
Black with #7FCBAE
Text Example
Text Example
White with #7FCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBAE; }
p { color: rgb(127,203,174); }
H1.HeaderClassName
{
color: #7FCBAE;
}
.AnyTagClassName
{
color: #7FCBAE;
}
</style>
background-color css
<style>
a { background-color: #7FCBAE; }
a { background-color: rgb(127,203,174); }
div.DivClassName
{
background-color: #7FCBAE;
}
.BgClassName
{
background-color: #7FCBAE;
}
</style>
border-color css
<style>
span { border-color: #7FCBAE; }
span { border-color: rgb(127,203,174); }
td.TdClassName
{
border-color: #7FCBAE;
}
.TagClassName
{
border-color: #7FCBAE;
}
</style>