Shades of Padua #7FBBA0
Tints of Padua #7FBBA0
RGB
CMYK
RGB Variations
Color information
#7FBBA0 (or 0x7FBBA0) is known color: Padua. HEX triplet: 7F, BB and A0. RGB value is (127,187,160). Sum of RGB (Red+Green+Blue) = 127+187+160=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBA0 is #80445F. Grayscale: #A6A6A6. Windows color (decimal): -8406112 or 10533759. OLE color: 10533759.
HSL color Cylindrical-coordinate representation of color #7FBBA0: hue angle of 153º 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 #7FBBA0 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 160 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.27 |
| HSL | 153º | 0.31% | 0.62% | - |
| HSV(B) | 153º | 0.32% | 0.73% | - |
| XYZ | 32.87 | 42.59 | 39.75 | - |
| YUV | 165.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 160 | 0.32 | 0 | 0.14 | 0.27 | 153 | 0.31 | 0.62 |
| Hex | 7F | BB | A0 | 20 | 0 | E | 1B | 99 | 1F | 3E |
| Octal | 177 | 273 | 240 | 40 | 0 | 16 | 33 | 231 | 37 | 76 |
| Binary | 1111111 | 10111011 | 10100000 | 100000 | 0 | 1110 | 11011 | 10011001 | 11111 | 111110 |
Color Harmonies of #7FBBA0
Complementary color
Monochromatic Colors of #7FBBA0
Black with #7FBBA0
Text Example
Text Example
White with #7FBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBA0; }
p { color: rgb(127,187,160); }
H1.HeaderClassName
{
color: #7FBBA0;
}
.AnyTagClassName
{
color: #7FBBA0;
}
</style>
background-color css
<style>
a { background-color: #7FBBA0; }
a { background-color: rgb(127,187,160); }
div.DivClassName
{
background-color: #7FBBA0;
}
.BgClassName
{
background-color: #7FBBA0;
}
</style>
border-color css
<style>
span { border-color: #7FBBA0; }
span { border-color: rgb(127,187,160); }
td.TdClassName
{
border-color: #7FBBA0;
}
.TagClassName
{
border-color: #7FBBA0;
}
</style>