Shades of Padua #7FBDA1
Tints of Padua #7FBDA1
RGB
CMYK
RGB Variations
Color information
#7FBDA1 (or 0x7FBDA1) is known color: Padua. HEX triplet: 7F, BD and A1. RGB value is (127,189,161). Sum of RGB (Red+Green+Blue) = 127+189+161=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDA1 is #80425E. Grayscale: #A7A7A7. Windows color (decimal): -8405599 or 10599807. OLE color: 10599807.
HSL color Cylindrical-coordinate representation of color #7FBDA1: hue angle of 152.9º 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 #7FBDA1 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 161 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.26 |
| HSL | 152.9º | 0.32% | 0.62% | - |
| HSV(B) | 152.9º | 0.33% | 0.74% | - |
| XYZ | 33.38 | 43.48 | 40.35 | - |
| YUV | 167.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 161 | 0.33 | 0 | 0.15 | 0.26 | 152.9 | 0.32 | 0.62 |
| Hex | 7F | BD | A1 | 21 | 0 | F | 1A | 99 | 20 | 3E |
| Octal | 177 | 275 | 241 | 41 | 0 | 17 | 32 | 231 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10100001 | 100001 | 0 | 1111 | 11010 | 10011001 | 100000 | 111110 |
Color Harmonies of #7FBDA1
Complementary color
Monochromatic Colors of #7FBDA1
Black with #7FBDA1
Text Example
Text Example
White with #7FBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDA1; }
p { color: rgb(127,189,161); }
H1.HeaderClassName
{
color: #7FBDA1;
}
.AnyTagClassName
{
color: #7FBDA1;
}
</style>
background-color css
<style>
a { background-color: #7FBDA1; }
a { background-color: rgb(127,189,161); }
div.DivClassName
{
background-color: #7FBDA1;
}
.BgClassName
{
background-color: #7FBDA1;
}
</style>
border-color css
<style>
span { border-color: #7FBDA1; }
span { border-color: rgb(127,189,161); }
td.TdClassName
{
border-color: #7FBDA1;
}
.TagClassName
{
border-color: #7FBDA1;
}
</style>