Shades of Padua #7FBBA1
Tints of Padua #7FBBA1
RGB
CMYK
RGB Variations
Color information
#7FBBA1 (or 0x7FBBA1) is known color: Padua. HEX triplet: 7F, BB and A1. RGB value is (127,187,161). Sum of RGB (Red+Green+Blue) = 127+187+161=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBA1 is #80445E. Grayscale: #A6A6A6. Windows color (decimal): -8406111 or 10599295. OLE color: 10599295.
HSL color Cylindrical-coordinate representation of color #7FBBA1: hue angle of 154º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBBA1 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 161 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.27 |
| HSL | 154º | 0.31% | 0.62% | - |
| HSV(B) | 154º | 0.32% | 0.73% | - |
| XYZ | 32.96 | 42.63 | 40.21 | - |
| YUV | 166.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 161 | 0.32 | 0 | 0.14 | 0.27 | 154 | 0.31 | 0.62 |
| Hex | 7F | BB | A1 | 20 | 0 | E | 1B | 9A | 1F | 3E |
| Octal | 177 | 273 | 241 | 40 | 0 | 16 | 33 | 232 | 37 | 76 |
| Binary | 1111111 | 10111011 | 10100001 | 100000 | 0 | 1110 | 11011 | 10011010 | 11111 | 111110 |
Color Harmonies of #7FBBA1
Complementary color
Monochromatic Colors of #7FBBA1
Black with #7FBBA1
Text Example
Text Example
White with #7FBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBA1; }
p { color: rgb(127,187,161); }
H1.HeaderClassName
{
color: #7FBBA1;
}
.AnyTagClassName
{
color: #7FBBA1;
}
</style>
background-color css
<style>
a { background-color: #7FBBA1; }
a { background-color: rgb(127,187,161); }
div.DivClassName
{
background-color: #7FBBA1;
}
.BgClassName
{
background-color: #7FBBA1;
}
</style>
border-color css
<style>
span { border-color: #7FBBA1; }
span { border-color: rgb(127,187,161); }
td.TdClassName
{
border-color: #7FBBA1;
}
.TagClassName
{
border-color: #7FBBA1;
}
</style>