Shades of Keppel #5AB395
Tints of Keppel #5AB395
RGB
CMYK
RGB Variations
Color information
#5AB395 (or 0x5AB395) is known color: Keppel. HEX triplet: 5A, B3 and 95. RGB value is (90,179,149). Sum of RGB (Red+Green+Blue) = 90+179+149=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB395 is #A54C6A. Grayscale: #959595. Windows color (decimal): -10833003 or 9810778. OLE color: 9810778.
HSL color Cylindrical-coordinate representation of color #5AB395: hue angle of 159.78º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB395 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 149 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.30 |
| HSL | 159.78º | 0.37% | 0.53% | - |
| HSV(B) | 159.78º | 0.5% | 0.7% | - |
| XYZ | 25.76 | 36.58 | 34.14 | - |
| YUV | 148.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 149 | 0.50 | 0 | 0.17 | 0.30 | 159.78 | 0.37 | 0.53 |
| Hex | 5A | B3 | 95 | 32 | 0 | 11 | 1E | A0 | 25 | 35 |
| Octal | 132 | 263 | 225 | 62 | 0 | 21 | 36 | 240 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10010101 | 110010 | 0 | 10001 | 11110 | 10100000 | 100101 | 110101 |
Color Harmonies of #5AB395
Complementary color
Monochromatic Colors of #5AB395
Black with #5AB395
Text Example
Text Example
White with #5AB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB395; }
p { color: rgb(90,179,149); }
H1.HeaderClassName
{
color: #5AB395;
}
.AnyTagClassName
{
color: #5AB395;
}
</style>
background-color css
<style>
a { background-color: #5AB395; }
a { background-color: rgb(90,179,149); }
div.DivClassName
{
background-color: #5AB395;
}
.BgClassName
{
background-color: #5AB395;
}
</style>
border-color css
<style>
span { border-color: #5AB395; }
span { border-color: rgb(90,179,149); }
td.TdClassName
{
border-color: #5AB395;
}
.TagClassName
{
border-color: #5AB395;
}
</style>