Shades of Monte Carlo #7FBCB4
Tints of Monte Carlo #7FBCB4
RGB
CMYK
RGB Variations
Color information
#7FBCB4 (or 0x7FBCB4) is known color: Monte Carlo. HEX triplet: 7F, BC and B4. RGB value is (127,188,180). Sum of RGB (Red+Green+Blue) = 127+188+180=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCB4 is #80434B. Grayscale: #A8A8A8. Windows color (decimal): -8405836 or 11844735. OLE color: 11844735.
HSL color Cylindrical-coordinate representation of color #7FBCB4: hue angle of 172.13º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCB4 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 180 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.26 |
| HSL | 172.13º | 0.31% | 0.62% | - |
| HSV(B) | 172.13º | 0.32% | 0.74% | - |
| XYZ | 34.97 | 43.77 | 49.79 | - |
| YUV | 168.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 180 | 0.32 | 0 | 0.04 | 0.26 | 172.13 | 0.31 | 0.62 |
| Hex | 7F | BC | B4 | 20 | 0 | 4 | 1A | AC | 1F | 3E |
| Octal | 177 | 274 | 264 | 40 | 0 | 4 | 32 | 254 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10110100 | 100000 | 0 | 100 | 11010 | 10101100 | 11111 | 111110 |
Color Harmonies of #7FBCB4
Complementary color
Monochromatic Colors of #7FBCB4
Black with #7FBCB4
Text Example
Text Example
White with #7FBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCB4; }
p { color: rgb(127,188,180); }
H1.HeaderClassName
{
color: #7FBCB4;
}
.AnyTagClassName
{
color: #7FBCB4;
}
</style>
background-color css
<style>
a { background-color: #7FBCB4; }
a { background-color: rgb(127,188,180); }
div.DivClassName
{
background-color: #7FBCB4;
}
.BgClassName
{
background-color: #7FBCB4;
}
</style>
border-color css
<style>
span { border-color: #7FBCB4; }
span { border-color: rgb(127,188,180); }
td.TdClassName
{
border-color: #7FBCB4;
}
.TagClassName
{
border-color: #7FBCB4;
}
</style>