Shades of Padua #7FBD9A
Tints of Padua #7FBD9A
RGB
CMYK
RGB Variations
Color information
#7FBD9A (or 0x7FBD9A) is known color: Padua. HEX triplet: 7F, BD and 9A. RGB value is (127,189,154). Sum of RGB (Red+Green+Blue) = 127+189+154=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD9A is #804265. Grayscale: #A6A6A6. Windows color (decimal): -8405606 or 10141055. OLE color: 10141055.
HSL color Cylindrical-coordinate representation of color #7FBD9A: hue angle of 146.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 #7FBD9A is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 154 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.26 |
| HSL | 146.13º | 0.32% | 0.62% | - |
| HSV(B) | 146.13º | 0.33% | 0.74% | - |
| XYZ | 32.78 | 43.24 | 37.19 | - |
| YUV | 166.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 154 | 0.33 | 0 | 0.19 | 0.26 | 146.13 | 0.32 | 0.62 |
| Hex | 7F | BD | 9A | 21 | 0 | 13 | 1A | 92 | 20 | 3E |
| Octal | 177 | 275 | 232 | 41 | 0 | 23 | 32 | 222 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10011010 | 100001 | 0 | 10011 | 11010 | 10010010 | 100000 | 111110 |
Color Harmonies of #7FBD9A
Complementary color
Monochromatic Colors of #7FBD9A
Black with #7FBD9A
Text Example
Text Example
White with #7FBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD9A; }
p { color: rgb(127,189,154); }
H1.HeaderClassName
{
color: #7FBD9A;
}
.AnyTagClassName
{
color: #7FBD9A;
}
</style>
background-color css
<style>
a { background-color: #7FBD9A; }
a { background-color: rgb(127,189,154); }
div.DivClassName
{
background-color: #7FBD9A;
}
.BgClassName
{
background-color: #7FBD9A;
}
</style>
border-color css
<style>
span { border-color: #7FBD9A; }
span { border-color: rgb(127,189,154); }
td.TdClassName
{
border-color: #7FBD9A;
}
.TagClassName
{
border-color: #7FBD9A;
}
</style>