Shades of Keppel #5AA98B
Tints of Keppel #5AA98B
RGB
CMYK
RGB Variations
Color information
#5AA98B (or 0x5AA98B) is known color: Keppel. HEX triplet: 5A, A9 and 8B. RGB value is (90,169,139). Sum of RGB (Red+Green+Blue) = 90+169+139=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA98B is #A55674. Grayscale: #8E8E8E. Windows color (decimal): -10835573 or 9152858. OLE color: 9152858.
HSL color Cylindrical-coordinate representation of color #5AA98B: hue angle of 157.22º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA98B is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 169 | 139 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.34 |
| HSL | 157.22º | 0.31% | 0.51% | - |
| HSV(B) | 157.22º | 0.47% | 0.66% | - |
| XYZ | 23.06 | 32.41 | 29.47 | - |
| YUV | 141.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 139 | 0.47 | 0 | 0.18 | 0.34 | 157.22 | 0.31 | 0.51 |
| Hex | 5A | A9 | 8B | 2F | 0 | 12 | 22 | 9D | 1F | 33 |
| Octal | 132 | 251 | 213 | 57 | 0 | 22 | 42 | 235 | 37 | 63 |
| Binary | 1011010 | 10101001 | 10001011 | 101111 | 0 | 10010 | 100010 | 10011101 | 11111 | 110011 |
Color Harmonies of #5AA98B
Complementary color
Monochromatic Colors of #5AA98B
Black with #5AA98B
Text Example
Text Example
White with #5AA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA98B; }
p { color: rgb(90,169,139); }
H1.HeaderClassName
{
color: #5AA98B;
}
.AnyTagClassName
{
color: #5AA98B;
}
</style>
background-color css
<style>
a { background-color: #5AA98B; }
a { background-color: rgb(90,169,139); }
div.DivClassName
{
background-color: #5AA98B;
}
.BgClassName
{
background-color: #5AA98B;
}
</style>
border-color css
<style>
span { border-color: #5AA98B; }
span { border-color: rgb(90,169,139); }
td.TdClassName
{
border-color: #5AA98B;
}
.TagClassName
{
border-color: #5AA98B;
}
</style>