Shades of Keppel #5AB59D
Tints of Keppel #5AB59D
RGB
CMYK
RGB Variations
Color information
#5AB59D (or 0x5AB59D) is known color: Keppel. HEX triplet: 5A, B5 and 9D. RGB value is (90,181,157). Sum of RGB (Red+Green+Blue) = 90+181+157=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB59D is #A54A62. Grayscale: #979797. Windows color (decimal): -10832483 or 10335578. OLE color: 10335578.
HSL color Cylindrical-coordinate representation of color #5AB59D: hue angle of 164.18º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB59D is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 157 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.29 |
| HSL | 164.18º | 0.38% | 0.53% | - |
| HSV(B) | 164.18º | 0.5% | 0.71% | - |
| XYZ | 26.83 | 37.66 | 37.75 | - |
| YUV | 151.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 157 | 0.50 | 0 | 0.13 | 0.29 | 164.18 | 0.38 | 0.53 |
| Hex | 5A | B5 | 9D | 32 | 0 | D | 1D | A4 | 26 | 35 |
| Octal | 132 | 265 | 235 | 62 | 0 | 15 | 35 | 244 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10011101 | 110010 | 0 | 1101 | 11101 | 10100100 | 100110 | 110101 |
Color Harmonies of #5AB59D
Complementary color
Monochromatic Colors of #5AB59D
Black with #5AB59D
Text Example
Text Example
White with #5AB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB59D; }
p { color: rgb(90,181,157); }
H1.HeaderClassName
{
color: #5AB59D;
}
.AnyTagClassName
{
color: #5AB59D;
}
</style>
background-color css
<style>
a { background-color: #5AB59D; }
a { background-color: rgb(90,181,157); }
div.DivClassName
{
background-color: #5AB59D;
}
.BgClassName
{
background-color: #5AB59D;
}
</style>
border-color css
<style>
span { border-color: #5AB59D; }
span { border-color: rgb(90,181,157); }
td.TdClassName
{
border-color: #5AB59D;
}
.TagClassName
{
border-color: #5AB59D;
}
</style>