Shades of Monte Carlo #7FBDB2
Tints of Monte Carlo #7FBDB2
RGB
CMYK
RGB Variations
Color information
#7FBDB2 (or 0x7FBDB2) is known color: Monte Carlo. HEX triplet: 7F, BD and B2. RGB value is (127,189,178). Sum of RGB (Red+Green+Blue) = 127+189+178=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDB2 is #80424D. Grayscale: #A9A9A9. Windows color (decimal): -8405582 or 11713919. OLE color: 11713919.
HSL color Cylindrical-coordinate representation of color #7FBDB2: hue angle of 169.35º 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 #7FBDB2 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 178 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.26 |
| HSL | 169.35º | 0.32% | 0.62% | - |
| HSV(B) | 169.35º | 0.33% | 0.74% | - |
| XYZ | 34.99 | 44.12 | 48.79 | - |
| YUV | 169.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 178 | 0.33 | 0 | 0.06 | 0.26 | 169.35 | 0.32 | 0.62 |
| Hex | 7F | BD | B2 | 21 | 0 | 6 | 1A | A9 | 20 | 3E |
| Octal | 177 | 275 | 262 | 41 | 0 | 6 | 32 | 251 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10110010 | 100001 | 0 | 110 | 11010 | 10101001 | 100000 | 111110 |
Color Harmonies of #7FBDB2
Complementary color
Monochromatic Colors of #7FBDB2
Black with #7FBDB2
Text Example
Text Example
White with #7FBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDB2; }
p { color: rgb(127,189,178); }
H1.HeaderClassName
{
color: #7FBDB2;
}
.AnyTagClassName
{
color: #7FBDB2;
}
</style>
background-color css
<style>
a { background-color: #7FBDB2; }
a { background-color: rgb(127,189,178); }
div.DivClassName
{
background-color: #7FBDB2;
}
.BgClassName
{
background-color: #7FBDB2;
}
</style>
border-color css
<style>
span { border-color: #7FBDB2; }
span { border-color: rgb(127,189,178); }
td.TdClassName
{
border-color: #7FBDB2;
}
.TagClassName
{
border-color: #7FBDB2;
}
</style>