Shades of Keppel #5AB59B
Tints of Keppel #5AB59B
RGB
CMYK
RGB Variations
Color information
#5AB59B (or 0x5AB59B) is known color: Keppel. HEX triplet: 5A, B5 and 9B. RGB value is (90,181,155). Sum of RGB (Red+Green+Blue) = 90+181+155=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB59B is #A54A64. Grayscale: #969696. Windows color (decimal): -10832485 or 10204506. OLE color: 10204506.
HSL color Cylindrical-coordinate representation of color #5AB59B: hue angle of 162.86º 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 #5AB59B is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 155 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.29 |
| HSL | 162.86º | 0.38% | 0.53% | - |
| HSV(B) | 162.86º | 0.5% | 0.71% | - |
| XYZ | 26.66 | 37.59 | 36.86 | - |
| YUV | 150.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 155 | 0.50 | 0 | 0.14 | 0.29 | 162.86 | 0.38 | 0.53 |
| Hex | 5A | B5 | 9B | 32 | 0 | E | 1D | A3 | 26 | 35 |
| Octal | 132 | 265 | 233 | 62 | 0 | 16 | 35 | 243 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10011011 | 110010 | 0 | 1110 | 11101 | 10100011 | 100110 | 110101 |
Color Harmonies of #5AB59B
Complementary color
Monochromatic Colors of #5AB59B
Black with #5AB59B
Text Example
Text Example
White with #5AB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB59B; }
p { color: rgb(90,181,155); }
H1.HeaderClassName
{
color: #5AB59B;
}
.AnyTagClassName
{
color: #5AB59B;
}
</style>
background-color css
<style>
a { background-color: #5AB59B; }
a { background-color: rgb(90,181,155); }
div.DivClassName
{
background-color: #5AB59B;
}
.BgClassName
{
background-color: #5AB59B;
}
</style>
border-color css
<style>
span { border-color: #5AB59B; }
span { border-color: rgb(90,181,155); }
td.TdClassName
{
border-color: #5AB59B;
}
.TagClassName
{
border-color: #5AB59B;
}
</style>