Shades of Padua #89AF9C
Tints of Padua #89AF9C
RGB
CMYK
RGB Variations
Color information
#89AF9C (or 0x89AF9C) is known color: Padua. HEX triplet: 89, AF and 9C. RGB value is (137,175,156). Sum of RGB (Red+Green+Blue) = 137+175+156=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AF9C is #765063. Grayscale: #A1A1A1. Windows color (decimal): -7753828 or 10268553. OLE color: 10268553.
HSL color Cylindrical-coordinate representation of color #89AF9C: hue angle of 150º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89AF9C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 156 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.31 |
| HSL | 150º | 0.19% | 0.61% | - |
| HSV(B) | 150º | 0.22% | 0.69% | - |
| XYZ | 31.65 | 38.38 | 37.19 | - |
| YUV | 161.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 156 | 0.22 | 0 | 0.11 | 0.31 | 150 | 0.19 | 0.61 |
| Hex | 89 | AF | 9C | 16 | 0 | B | 1F | 96 | 13 | 3D |
| Octal | 211 | 257 | 234 | 26 | 0 | 13 | 37 | 226 | 23 | 75 |
| Binary | 10001001 | 10101111 | 10011100 | 10110 | 0 | 1011 | 11111 | 10010110 | 10011 | 111101 |
Color Harmonies of #89AF9C
Complementary color
Monochromatic Colors of #89AF9C
Black with #89AF9C
Text Example
Text Example
White with #89AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AF9C; }
p { color: rgb(137,175,156); }
H1.HeaderClassName
{
color: #89AF9C;
}
.AnyTagClassName
{
color: #89AF9C;
}
</style>
background-color css
<style>
a { background-color: #89AF9C; }
a { background-color: rgb(137,175,156); }
div.DivClassName
{
background-color: #89AF9C;
}
.BgClassName
{
background-color: #89AF9C;
}
</style>
border-color css
<style>
span { border-color: #89AF9C; }
span { border-color: rgb(137,175,156); }
td.TdClassName
{
border-color: #89AF9C;
}
.TagClassName
{
border-color: #89AF9C;
}
</style>