Shades of Keppel #5AB894
Tints of Keppel #5AB894
RGB
CMYK
RGB Variations
Color information
#5AB894 (or 0x5AB894) is known color: Keppel. HEX triplet: 5A, B8 and 94. RGB value is (90,184,148). Sum of RGB (Red+Green+Blue) = 90+184+148=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB894 is #A5476B. Grayscale: #979797. Windows color (decimal): -10831724 or 9746522. OLE color: 9746522.
HSL color Cylindrical-coordinate representation of color #5AB894: hue angle of 157.02º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB894 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 148 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.28 |
| HSL | 157.02º | 0.4% | 0.54% | - |
| HSV(B) | 157.02º | 0.51% | 0.72% | - |
| XYZ | 26.7 | 38.59 | 34.06 | - |
| YUV | 151.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 148 | 0.51 | 0 | 0.20 | 0.28 | 157.02 | 0.4 | 0.54 |
| Hex | 5A | B8 | 94 | 33 | 0 | 14 | 1C | 9D | 28 | 36 |
| Octal | 132 | 270 | 224 | 63 | 0 | 24 | 34 | 235 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10010100 | 110011 | 0 | 10100 | 11100 | 10011101 | 101000 | 110110 |
Color Harmonies of #5AB894
Complementary color
Monochromatic Colors of #5AB894
Black with #5AB894
Text Example
Text Example
White with #5AB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB894; }
p { color: rgb(90,184,148); }
H1.HeaderClassName
{
color: #5AB894;
}
.AnyTagClassName
{
color: #5AB894;
}
</style>
background-color css
<style>
a { background-color: #5AB894; }
a { background-color: rgb(90,184,148); }
div.DivClassName
{
background-color: #5AB894;
}
.BgClassName
{
background-color: #5AB894;
}
</style>
border-color css
<style>
span { border-color: #5AB894; }
span { border-color: rgb(90,184,148); }
td.TdClassName
{
border-color: #5AB894;
}
.TagClassName
{
border-color: #5AB894;
}
</style>