Shades of Keppel #5AB997
Tints of Keppel #5AB997
RGB
CMYK
RGB Variations
Color information
#5AB997 (or 0x5AB997) is known color: Keppel. HEX triplet: 5A, B9 and 97. RGB value is (90,185,151). Sum of RGB (Red+Green+Blue) = 90+185+151=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB997 is #A54668. Grayscale: #989898. Windows color (decimal): -10831465 or 9943386. OLE color: 9943386.
HSL color Cylindrical-coordinate representation of color #5AB997: hue angle of 158.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB997 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 151 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.27 |
| HSL | 158.53º | 0.4% | 0.54% | - |
| HSV(B) | 158.53º | 0.51% | 0.73% | - |
| XYZ | 27.15 | 39.11 | 35.4 | - |
| YUV | 152.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 151 | 0.51 | 0 | 0.18 | 0.27 | 158.53 | 0.4 | 0.54 |
| Hex | 5A | B9 | 97 | 33 | 0 | 12 | 1B | 9F | 28 | 36 |
| Octal | 132 | 271 | 227 | 63 | 0 | 22 | 33 | 237 | 50 | 66 |
| Binary | 1011010 | 10111001 | 10010111 | 110011 | 0 | 10010 | 11011 | 10011111 | 101000 | 110110 |
Color Harmonies of #5AB997
Complementary color
Monochromatic Colors of #5AB997
Black with #5AB997
Text Example
Text Example
White with #5AB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB997; }
p { color: rgb(90,185,151); }
H1.HeaderClassName
{
color: #5AB997;
}
.AnyTagClassName
{
color: #5AB997;
}
</style>
background-color css
<style>
a { background-color: #5AB997; }
a { background-color: rgb(90,185,151); }
div.DivClassName
{
background-color: #5AB997;
}
.BgClassName
{
background-color: #5AB997;
}
</style>
border-color css
<style>
span { border-color: #5AB997; }
span { border-color: rgb(90,185,151); }
td.TdClassName
{
border-color: #5AB997;
}
.TagClassName
{
border-color: #5AB997;
}
</style>