Shades of Keppel #5AAE99
Tints of Keppel #5AAE99
RGB
CMYK
RGB Variations
Color information
#5AAE99 (or 0x5AAE99) is known color: Keppel. HEX triplet: 5A, AE and 99. RGB value is (90,174,153). Sum of RGB (Red+Green+Blue) = 90+174+153=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAE99 is #A55166. Grayscale: #929292. Windows color (decimal): -10834279 or 10071642. OLE color: 10071642.
HSL color Cylindrical-coordinate representation of color #5AAE99: hue angle of 165º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAE99 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 153 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.32 |
| HSL | 165º | 0.34% | 0.52% | - |
| HSV(B) | 165º | 0.48% | 0.68% | - |
| XYZ | 25.1 | 34.75 | 35.52 | - |
| YUV | 146.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 153 | 0.48 | 0 | 0.12 | 0.32 | 165 | 0.34 | 0.52 |
| Hex | 5A | AE | 99 | 30 | 0 | C | 20 | A5 | 22 | 34 |
| Octal | 132 | 256 | 231 | 60 | 0 | 14 | 40 | 245 | 42 | 64 |
| Binary | 1011010 | 10101110 | 10011001 | 110000 | 0 | 1100 | 100000 | 10100101 | 100010 | 110100 |
Color Harmonies of #5AAE99
Complementary color
Monochromatic Colors of #5AAE99
Black with #5AAE99
Text Example
Text Example
White with #5AAE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE99; }
p { color: rgb(90,174,153); }
H1.HeaderClassName
{
color: #5AAE99;
}
.AnyTagClassName
{
color: #5AAE99;
}
</style>
background-color css
<style>
a { background-color: #5AAE99; }
a { background-color: rgb(90,174,153); }
div.DivClassName
{
background-color: #5AAE99;
}
.BgClassName
{
background-color: #5AAE99;
}
</style>
border-color css
<style>
span { border-color: #5AAE99; }
span { border-color: rgb(90,174,153); }
td.TdClassName
{
border-color: #5AAE99;
}
.TagClassName
{
border-color: #5AAE99;
}
</style>