Shades of Monte Carlo #7FBDB9
Tints of Monte Carlo #7FBDB9
RGB
CMYK
RGB Variations
Color information
#7FBDB9 (or 0x7FBDB9) is known color: Monte Carlo. HEX triplet: 7F, BD and B9. RGB value is (127,189,185). Sum of RGB (Red+Green+Blue) = 127+189+185=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDB9 is #804246. Grayscale: #A9A9A9. Windows color (decimal): -8405575 or 12172671. OLE color: 12172671.
HSL color Cylindrical-coordinate representation of color #7FBDB9: hue angle of 176.13º 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 #7FBDB9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 185 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.26 |
| HSL | 176.13º | 0.32% | 0.62% | - |
| HSV(B) | 176.13º | 0.33% | 0.74% | - |
| XYZ | 35.71 | 44.41 | 52.59 | - |
| YUV | 170.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 185 | 0.33 | 0 | 0.02 | 0.26 | 176.13 | 0.32 | 0.62 |
| Hex | 7F | BD | B9 | 21 | 0 | 2 | 1A | B0 | 20 | 3E |
| Octal | 177 | 275 | 271 | 41 | 0 | 2 | 32 | 260 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10111001 | 100001 | 0 | 10 | 11010 | 10110000 | 100000 | 111110 |
Color Harmonies of #7FBDB9
Complementary color
Monochromatic Colors of #7FBDB9
Black with #7FBDB9
Text Example
Text Example
White with #7FBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDB9; }
p { color: rgb(127,189,185); }
H1.HeaderClassName
{
color: #7FBDB9;
}
.AnyTagClassName
{
color: #7FBDB9;
}
</style>
background-color css
<style>
a { background-color: #7FBDB9; }
a { background-color: rgb(127,189,185); }
div.DivClassName
{
background-color: #7FBDB9;
}
.BgClassName
{
background-color: #7FBDB9;
}
</style>
border-color css
<style>
span { border-color: #7FBDB9; }
span { border-color: rgb(127,189,185); }
td.TdClassName
{
border-color: #7FBDB9;
}
.TagClassName
{
border-color: #7FBDB9;
}
</style>