Shades of Monte Carlo #7FBDB5
Tints of Monte Carlo #7FBDB5
RGB
CMYK
RGB Variations
Color information
#7FBDB5 (or 0x7FBDB5) is known color: Monte Carlo. HEX triplet: 7F, BD and B5. RGB value is (127,189,181). Sum of RGB (Red+Green+Blue) = 127+189+181=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDB5 is #80424A. Grayscale: #A9A9A9. Windows color (decimal): -8405579 or 11910527. OLE color: 11910527.
HSL color Cylindrical-coordinate representation of color #7FBDB5: hue angle of 172.26º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBDB5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 181 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.26 |
| HSL | 172.26º | 0.32% | 0.62% | - |
| HSV(B) | 172.26º | 0.33% | 0.74% | - |
| XYZ | 35.29 | 44.24 | 50.4 | - |
| YUV | 169.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 181 | 0.33 | 0 | 0.04 | 0.26 | 172.26 | 0.32 | 0.62 |
| Hex | 7F | BD | B5 | 21 | 0 | 4 | 1A | AC | 20 | 3E |
| Octal | 177 | 275 | 265 | 41 | 0 | 4 | 32 | 254 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10110101 | 100001 | 0 | 100 | 11010 | 10101100 | 100000 | 111110 |
Color Harmonies of #7FBDB5
Complementary color
Monochromatic Colors of #7FBDB5
Black with #7FBDB5
Text Example
Text Example
White with #7FBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDB5; }
p { color: rgb(127,189,181); }
H1.HeaderClassName
{
color: #7FBDB5;
}
.AnyTagClassName
{
color: #7FBDB5;
}
</style>
background-color css
<style>
a { background-color: #7FBDB5; }
a { background-color: rgb(127,189,181); }
div.DivClassName
{
background-color: #7FBDB5;
}
.BgClassName
{
background-color: #7FBDB5;
}
</style>
border-color css
<style>
span { border-color: #7FBDB5; }
span { border-color: rgb(127,189,181); }
td.TdClassName
{
border-color: #7FBDB5;
}
.TagClassName
{
border-color: #7FBDB5;
}
</style>