Shades of Padua #8BA898
Tints of Padua #8BA898
RGB
CMYK
RGB Variations
Color information
#8BA898 (or 0x8BA898) is known color: Padua. HEX triplet: 8B, A8 and 98. RGB value is (139,168,152). Sum of RGB (Red+Green+Blue) = 139+168+152=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA898 is #745767. Grayscale: #9D9D9D. Windows color (decimal): -7624552 or 10004619. OLE color: 10004619.
HSL color Cylindrical-coordinate representation of color #8BA898: hue angle of 146.9º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA898 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 152 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.34 |
| HSL | 146.9º | 0.14% | 0.6% | - |
| HSV(B) | 146.9º | 0.17% | 0.66% | - |
| XYZ | 30.32 | 35.76 | 35.01 | - |
| YUV | 157.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 152 | 0.17 | 0 | 0.10 | 0.34 | 146.9 | 0.14 | 0.6 |
| Hex | 8B | A8 | 98 | 11 | 0 | A | 22 | 93 | E | 3C |
| Octal | 213 | 250 | 230 | 21 | 0 | 12 | 42 | 223 | 16 | 74 |
| Binary | 10001011 | 10101000 | 10011000 | 10001 | 0 | 1010 | 100010 | 10010011 | 1110 | 111100 |
Color Harmonies of #8BA898
Complementary color
Monochromatic Colors of #8BA898
Black with #8BA898
Text Example
Text Example
White with #8BA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA898; }
p { color: rgb(139,168,152); }
H1.HeaderClassName
{
color: #8BA898;
}
.AnyTagClassName
{
color: #8BA898;
}
</style>
background-color css
<style>
a { background-color: #8BA898; }
a { background-color: rgb(139,168,152); }
div.DivClassName
{
background-color: #8BA898;
}
.BgClassName
{
background-color: #8BA898;
}
</style>
border-color css
<style>
span { border-color: #8BA898; }
span { border-color: rgb(139,168,152); }
td.TdClassName
{
border-color: #8BA898;
}
.TagClassName
{
border-color: #8BA898;
}
</style>