Shades of Keppel #5AB994
Tints of Keppel #5AB994
RGB
CMYK
RGB Variations
Color information
#5AB994 (or 0x5AB994) is known color: Keppel. HEX triplet: 5A, B9 and 94. RGB value is (90,185,148). Sum of RGB (Red+Green+Blue) = 90+185+148=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB994 is #A5466B. Grayscale: #989898. Windows color (decimal): -10831468 or 9746778. OLE color: 9746778.
HSL color Cylindrical-coordinate representation of color #5AB994: hue angle of 156.63º 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 #5AB994 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 148 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.27 |
| HSL | 156.63º | 0.4% | 0.54% | - |
| HSV(B) | 156.63º | 0.51% | 0.73% | - |
| XYZ | 26.91 | 39.01 | 34.13 | - |
| YUV | 152.38 | 125.53 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 148 | 0.51 | 0 | 0.20 | 0.27 | 156.63 | 0.4 | 0.54 |
| Hex | 5A | B9 | 94 | 33 | 0 | 14 | 1B | 9D | 28 | 36 |
| Octal | 132 | 271 | 224 | 63 | 0 | 24 | 33 | 235 | 50 | 66 |
| Binary | 1011010 | 10111001 | 10010100 | 110011 | 0 | 10100 | 11011 | 10011101 | 101000 | 110110 |
Color Harmonies of #5AB994
Complementary color
Monochromatic Colors of #5AB994
Black with #5AB994
Text Example
Text Example
White with #5AB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB994; }
p { color: rgb(90,185,148); }
H1.HeaderClassName
{
color: #5AB994;
}
.AnyTagClassName
{
color: #5AB994;
}
</style>
background-color css
<style>
a { background-color: #5AB994; }
a { background-color: rgb(90,185,148); }
div.DivClassName
{
background-color: #5AB994;
}
.BgClassName
{
background-color: #5AB994;
}
</style>
border-color css
<style>
span { border-color: #5AB994; }
span { border-color: rgb(90,185,148); }
td.TdClassName
{
border-color: #5AB994;
}
.TagClassName
{
border-color: #5AB994;
}
</style>