Shades of Keppel #5AB89A
Tints of Keppel #5AB89A
RGB
CMYK
RGB Variations
Color information
#5AB89A (or 0x5AB89A) is known color: Keppel. HEX triplet: 5A, B8 and 9A. RGB value is (90,184,154). Sum of RGB (Red+Green+Blue) = 90+184+154=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB89A is #A54765. Grayscale: #989898. Windows color (decimal): -10831718 or 10139738. OLE color: 10139738.
HSL color Cylindrical-coordinate representation of color #5AB89A: hue angle of 160.85º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB89A is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 154 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.28 |
| HSL | 160.85º | 0.4% | 0.54% | - |
| HSV(B) | 160.85º | 0.51% | 0.72% | - |
| XYZ | 27.19 | 38.79 | 36.63 | - |
| YUV | 152.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 154 | 0.51 | 0 | 0.16 | 0.28 | 160.85 | 0.4 | 0.54 |
| Hex | 5A | B8 | 9A | 33 | 0 | 10 | 1C | A1 | 28 | 36 |
| Octal | 132 | 270 | 232 | 63 | 0 | 20 | 34 | 241 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10011010 | 110011 | 0 | 10000 | 11100 | 10100001 | 101000 | 110110 |
Color Harmonies of #5AB89A
Complementary color
Monochromatic Colors of #5AB89A
Black with #5AB89A
Text Example
Text Example
White with #5AB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB89A; }
p { color: rgb(90,184,154); }
H1.HeaderClassName
{
color: #5AB89A;
}
.AnyTagClassName
{
color: #5AB89A;
}
</style>
background-color css
<style>
a { background-color: #5AB89A; }
a { background-color: rgb(90,184,154); }
div.DivClassName
{
background-color: #5AB89A;
}
.BgClassName
{
background-color: #5AB89A;
}
</style>
border-color css
<style>
span { border-color: #5AB89A; }
span { border-color: rgb(90,184,154); }
td.TdClassName
{
border-color: #5AB89A;
}
.TagClassName
{
border-color: #5AB89A;
}
</style>