Shades of Keppel #5AB895
Tints of Keppel #5AB895
RGB
CMYK
RGB Variations
Color information
#5AB895 (or 0x5AB895) is known color: Keppel. HEX triplet: 5A, B8 and 95. RGB value is (90,184,149). Sum of RGB (Red+Green+Blue) = 90+184+149=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB895 is #A5476A. Grayscale: #979797. Windows color (decimal): -10831723 or 9812058. OLE color: 9812058.
HSL color Cylindrical-coordinate representation of color #5AB895: hue angle of 157.66º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB895 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 149 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.28 |
| HSL | 157.66º | 0.4% | 0.54% | - |
| HSV(B) | 157.66º | 0.51% | 0.72% | - |
| XYZ | 26.78 | 38.62 | 34.48 | - |
| YUV | 151.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 149 | 0.51 | 0 | 0.19 | 0.28 | 157.66 | 0.4 | 0.54 |
| Hex | 5A | B8 | 95 | 33 | 0 | 13 | 1C | 9E | 28 | 36 |
| Octal | 132 | 270 | 225 | 63 | 0 | 23 | 34 | 236 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10010101 | 110011 | 0 | 10011 | 11100 | 10011110 | 101000 | 110110 |
Color Harmonies of #5AB895
Complementary color
Monochromatic Colors of #5AB895
Black with #5AB895
Text Example
Text Example
White with #5AB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB895; }
p { color: rgb(90,184,149); }
H1.HeaderClassName
{
color: #5AB895;
}
.AnyTagClassName
{
color: #5AB895;
}
</style>
background-color css
<style>
a { background-color: #5AB895; }
a { background-color: rgb(90,184,149); }
div.DivClassName
{
background-color: #5AB895;
}
.BgClassName
{
background-color: #5AB895;
}
</style>
border-color css
<style>
span { border-color: #5AB895; }
span { border-color: rgb(90,184,149); }
td.TdClassName
{
border-color: #5AB895;
}
.TagClassName
{
border-color: #5AB895;
}
</style>