Shades of Keppel #5AAC97
Tints of Keppel #5AAC97
RGB
CMYK
RGB Variations
Color information
#5AAC97 (or 0x5AAC97) is known color: Keppel. HEX triplet: 5A, AC and 97. RGB value is (90,172,151). Sum of RGB (Red+Green+Blue) = 90+172+151=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC97 is #A55368. Grayscale: #919191. Windows color (decimal): -10834793 or 9940058. OLE color: 9940058.
HSL color Cylindrical-coordinate representation of color #5AAC97: hue angle of 164.63º 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 #5AAC97 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 151 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.33 |
| HSL | 164.63º | 0.33% | 0.51% | - |
| HSV(B) | 164.63º | 0.48% | 0.67% | - |
| XYZ | 24.55 | 33.91 | 34.53 | - |
| YUV | 145.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 151 | 0.48 | 0 | 0.12 | 0.33 | 164.63 | 0.33 | 0.51 |
| Hex | 5A | AC | 97 | 30 | 0 | C | 21 | A5 | 21 | 33 |
| Octal | 132 | 254 | 227 | 60 | 0 | 14 | 41 | 245 | 41 | 63 |
| Binary | 1011010 | 10101100 | 10010111 | 110000 | 0 | 1100 | 100001 | 10100101 | 100001 | 110011 |
Color Harmonies of #5AAC97
Complementary color
Monochromatic Colors of #5AAC97
Black with #5AAC97
Text Example
Text Example
White with #5AAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC97; }
p { color: rgb(90,172,151); }
H1.HeaderClassName
{
color: #5AAC97;
}
.AnyTagClassName
{
color: #5AAC97;
}
</style>
background-color css
<style>
a { background-color: #5AAC97; }
a { background-color: rgb(90,172,151); }
div.DivClassName
{
background-color: #5AAC97;
}
.BgClassName
{
background-color: #5AAC97;
}
</style>
border-color css
<style>
span { border-color: #5AAC97; }
span { border-color: rgb(90,172,151); }
td.TdClassName
{
border-color: #5AAC97;
}
.TagClassName
{
border-color: #5AAC97;
}
</style>