Shades of Keppel #5AAC90
Tints of Keppel #5AAC90
RGB
CMYK
RGB Variations
Color information
#5AAC90 (or 0x5AAC90) is known color: Keppel. HEX triplet: 5A, AC and 90. RGB value is (90,172,144). Sum of RGB (Red+Green+Blue) = 90+172+144=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC90 is #A5536F. Grayscale: #909090. Windows color (decimal): -10834800 or 9481306. OLE color: 9481306.
HSL color Cylindrical-coordinate representation of color #5AAC90: hue angle of 159.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC90 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 144 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.33 |
| HSL | 159.51º | 0.33% | 0.51% | - |
| HSV(B) | 159.51º | 0.48% | 0.67% | - |
| XYZ | 24 | 33.69 | 31.62 | - |
| YUV | 144.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 144 | 0.48 | 0 | 0.16 | 0.33 | 159.51 | 0.33 | 0.51 |
| Hex | 5A | AC | 90 | 30 | 0 | 10 | 21 | A0 | 21 | 33 |
| Octal | 132 | 254 | 220 | 60 | 0 | 20 | 41 | 240 | 41 | 63 |
| Binary | 1011010 | 10101100 | 10010000 | 110000 | 0 | 10000 | 100001 | 10100000 | 100001 | 110011 |
Color Harmonies of #5AAC90
Complementary color
Monochromatic Colors of #5AAC90
Black with #5AAC90
Text Example
Text Example
White with #5AAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC90; }
p { color: rgb(90,172,144); }
H1.HeaderClassName
{
color: #5AAC90;
}
.AnyTagClassName
{
color: #5AAC90;
}
</style>
background-color css
<style>
a { background-color: #5AAC90; }
a { background-color: rgb(90,172,144); }
div.DivClassName
{
background-color: #5AAC90;
}
.BgClassName
{
background-color: #5AAC90;
}
</style>
border-color css
<style>
span { border-color: #5AAC90; }
span { border-color: rgb(90,172,144); }
td.TdClassName
{
border-color: #5AAC90;
}
.TagClassName
{
border-color: #5AAC90;
}
</style>