Shades of Keppel #5AB399
Tints of Keppel #5AB399
RGB
CMYK
RGB Variations
Color information
#5AB399 (or 0x5AB399) is known color: Keppel. HEX triplet: 5A, B3 and 99. RGB value is (90,179,153). Sum of RGB (Red+Green+Blue) = 90+179+153=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB399 is #A54C66. Grayscale: #959595. Windows color (decimal): -10832999 or 10072922. OLE color: 10072922.
HSL color Cylindrical-coordinate representation of color #5AB399: hue angle of 162.47º 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 #5AB399 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 153 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.30 |
| HSL | 162.47º | 0.37% | 0.53% | - |
| HSV(B) | 162.47º | 0.5% | 0.7% | - |
| XYZ | 26.09 | 36.71 | 35.85 | - |
| YUV | 149.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 153 | 0.50 | 0 | 0.15 | 0.30 | 162.47 | 0.37 | 0.53 |
| Hex | 5A | B3 | 99 | 32 | 0 | F | 1E | A2 | 25 | 35 |
| Octal | 132 | 263 | 231 | 62 | 0 | 17 | 36 | 242 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10011001 | 110010 | 0 | 1111 | 11110 | 10100010 | 100101 | 110101 |
Color Harmonies of #5AB399
Complementary color
Monochromatic Colors of #5AB399
Black with #5AB399
Text Example
Text Example
White with #5AB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB399; }
p { color: rgb(90,179,153); }
H1.HeaderClassName
{
color: #5AB399;
}
.AnyTagClassName
{
color: #5AB399;
}
</style>
background-color css
<style>
a { background-color: #5AB399; }
a { background-color: rgb(90,179,153); }
div.DivClassName
{
background-color: #5AB399;
}
.BgClassName
{
background-color: #5AB399;
}
</style>
border-color css
<style>
span { border-color: #5AB399; }
span { border-color: rgb(90,179,153); }
td.TdClassName
{
border-color: #5AB399;
}
.TagClassName
{
border-color: #5AB399;
}
</style>