Shades of Keppel #5AAA8D
Tints of Keppel #5AAA8D
RGB
CMYK
RGB Variations
Color information
#5AAA8D (or 0x5AAA8D) is known color: Keppel. HEX triplet: 5A, AA and 8D. RGB value is (90,170,141). Sum of RGB (Red+Green+Blue) = 90+170+141=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA8D is #A55572. Grayscale: #8E8E8E. Windows color (decimal): -10835315 or 9284186. OLE color: 9284186.
HSL color Cylindrical-coordinate representation of color #5AAA8D: hue angle of 158.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA8D is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 141 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.33 |
| HSL | 158.25º | 0.32% | 0.51% | - |
| HSV(B) | 158.25º | 0.47% | 0.67% | - |
| XYZ | 23.4 | 32.85 | 30.31 | - |
| YUV | 142.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 141 | 0.47 | 0 | 0.17 | 0.33 | 158.25 | 0.32 | 0.51 |
| Hex | 5A | AA | 8D | 2F | 0 | 11 | 21 | 9E | 20 | 33 |
| Octal | 132 | 252 | 215 | 57 | 0 | 21 | 41 | 236 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10001101 | 101111 | 0 | 10001 | 100001 | 10011110 | 100000 | 110011 |
Color Harmonies of #5AAA8D
Complementary color
Monochromatic Colors of #5AAA8D
Black with #5AAA8D
Text Example
Text Example
White with #5AAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA8D; }
p { color: rgb(90,170,141); }
H1.HeaderClassName
{
color: #5AAA8D;
}
.AnyTagClassName
{
color: #5AAA8D;
}
</style>
background-color css
<style>
a { background-color: #5AAA8D; }
a { background-color: rgb(90,170,141); }
div.DivClassName
{
background-color: #5AAA8D;
}
.BgClassName
{
background-color: #5AAA8D;
}
</style>
border-color css
<style>
span { border-color: #5AAA8D; }
span { border-color: rgb(90,170,141); }
td.TdClassName
{
border-color: #5AAA8D;
}
.TagClassName
{
border-color: #5AAA8D;
}
</style>