Shades of Monte Carlo #7FBDBB
Tints of Monte Carlo #7FBDBB
RGB
CMYK
RGB Variations
Color information
#7FBDBB (or 0x7FBDBB) is known color: Monte Carlo. HEX triplet: 7F, BD and BB. RGB value is (127,189,187). Sum of RGB (Red+Green+Blue) = 127+189+187=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDBB is #804244. Grayscale: #AAAAAA. Windows color (decimal): -8405573 or 12303743. OLE color: 12303743.
HSL color Cylindrical-coordinate representation of color #7FBDBB: hue angle of 178.06º 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 #7FBDBB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 187 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.26 |
| HSL | 178.06º | 0.32% | 0.62% | - |
| HSV(B) | 178.06º | 0.33% | 0.74% | - |
| XYZ | 35.92 | 44.5 | 53.71 | - |
| YUV | 170.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 187 | 0.33 | 0 | 0.01 | 0.26 | 178.06 | 0.32 | 0.62 |
| Hex | 7F | BD | BB | 21 | 0 | 1 | 1A | B2 | 20 | 3E |
| Octal | 177 | 275 | 273 | 41 | 0 | 1 | 32 | 262 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10111011 | 100001 | 0 | 1 | 11010 | 10110010 | 100000 | 111110 |
Color Harmonies of #7FBDBB
Complementary color
Monochromatic Colors of #7FBDBB
Black with #7FBDBB
Text Example
Text Example
White with #7FBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDBB; }
p { color: rgb(127,189,187); }
H1.HeaderClassName
{
color: #7FBDBB;
}
.AnyTagClassName
{
color: #7FBDBB;
}
</style>
background-color css
<style>
a { background-color: #7FBDBB; }
a { background-color: rgb(127,189,187); }
div.DivClassName
{
background-color: #7FBDBB;
}
.BgClassName
{
background-color: #7FBDBB;
}
</style>
border-color css
<style>
span { border-color: #7FBDBB; }
span { border-color: rgb(127,189,187); }
td.TdClassName
{
border-color: #7FBDBB;
}
.TagClassName
{
border-color: #7FBDBB;
}
</style>