Shades of Keppel #5AA699
Tints of Keppel #5AA699
RGB
CMYK
RGB Variations
Color information
#5AA699 (or 0x5AA699) is known color: Keppel. HEX triplet: 5A, A6 and 99. RGB value is (90,166,153). Sum of RGB (Red+Green+Blue) = 90+166+153=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA699 is #A55966. Grayscale: #8D8D8D. Windows color (decimal): -10836327 or 10069594. OLE color: 10069594.
HSL color Cylindrical-coordinate representation of color #5AA699: hue angle of 169.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA699 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 166 | 153 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.35 |
| HSL | 169.74º | 0.3% | 0.5% | - |
| HSV(B) | 169.74º | 0.46% | 0.65% | - |
| XYZ | 23.6 | 31.75 | 35.02 | - |
| YUV | 141.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 153 | 0.46 | 0 | 0.08 | 0.35 | 169.74 | 0.3 | 0.5 |
| Hex | 5A | A6 | 99 | 2E | 0 | 8 | 23 | AA | 1E | 32 |
| Octal | 132 | 246 | 231 | 56 | 0 | 10 | 43 | 252 | 36 | 62 |
| Binary | 1011010 | 10100110 | 10011001 | 101110 | 0 | 1000 | 100011 | 10101010 | 11110 | 110010 |
Color Harmonies of #5AA699
Complementary color
Monochromatic Colors of #5AA699
Black with #5AA699
Text Example
Text Example
White with #5AA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA699; }
p { color: rgb(90,166,153); }
H1.HeaderClassName
{
color: #5AA699;
}
.AnyTagClassName
{
color: #5AA699;
}
</style>
background-color css
<style>
a { background-color: #5AA699; }
a { background-color: rgb(90,166,153); }
div.DivClassName
{
background-color: #5AA699;
}
.BgClassName
{
background-color: #5AA699;
}
</style>
border-color css
<style>
span { border-color: #5AA699; }
span { border-color: rgb(90,166,153); }
td.TdClassName
{
border-color: #5AA699;
}
.TagClassName
{
border-color: #5AA699;
}
</style>