Shades of Keppel #5AA697
Tints of Keppel #5AA697
RGB
CMYK
RGB Variations
Color information
#5AA697 (or 0x5AA697) is known color: Keppel. HEX triplet: 5A, A6 and 97. RGB value is (90,166,151). Sum of RGB (Red+Green+Blue) = 90+166+151=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA697 is #A55968. Grayscale: #8D8D8D. Windows color (decimal): -10836329 or 9938522. OLE color: 9938522.
HSL color Cylindrical-coordinate representation of color #5AA697: hue angle of 168.16º 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 #5AA697 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 166 | 151 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.35 |
| HSL | 168.16º | 0.3% | 0.5% | - |
| HSV(B) | 168.16º | 0.46% | 0.65% | - |
| XYZ | 23.44 | 31.68 | 34.16 | - |
| YUV | 141.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 151 | 0.46 | 0 | 0.09 | 0.35 | 168.16 | 0.3 | 0.5 |
| Hex | 5A | A6 | 97 | 2E | 0 | 9 | 23 | A8 | 1E | 32 |
| Octal | 132 | 246 | 227 | 56 | 0 | 11 | 43 | 250 | 36 | 62 |
| Binary | 1011010 | 10100110 | 10010111 | 101110 | 0 | 1001 | 100011 | 10101000 | 11110 | 110010 |
Color Harmonies of #5AA697
Complementary color
Monochromatic Colors of #5AA697
Black with #5AA697
Text Example
Text Example
White with #5AA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA697; }
p { color: rgb(90,166,151); }
H1.HeaderClassName
{
color: #5AA697;
}
.AnyTagClassName
{
color: #5AA697;
}
</style>
background-color css
<style>
a { background-color: #5AA697; }
a { background-color: rgb(90,166,151); }
div.DivClassName
{
background-color: #5AA697;
}
.BgClassName
{
background-color: #5AA697;
}
</style>
border-color css
<style>
span { border-color: #5AA697; }
span { border-color: rgb(90,166,151); }
td.TdClassName
{
border-color: #5AA697;
}
.TagClassName
{
border-color: #5AA697;
}
</style>