Shades of Keppel #5AB696
Tints of Keppel #5AB696
RGB
CMYK
RGB Variations
Color information
#5AB696 (or 0x5AB696) is known color: Keppel. HEX triplet: 5A, B6 and 96. RGB value is (90,182,150). Sum of RGB (Red+Green+Blue) = 90+182+150=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB696 is #A54969. Grayscale: #969696. Windows color (decimal): -10832234 or 9877082. OLE color: 9877082.
HSL color Cylindrical-coordinate representation of color #5AB696: hue angle of 159.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB696 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 150 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.29 |
| HSL | 159.13º | 0.39% | 0.53% | - |
| HSV(B) | 159.13º | 0.51% | 0.71% | - |
| XYZ | 26.45 | 37.83 | 34.76 | - |
| YUV | 150.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 150 | 0.51 | 0 | 0.18 | 0.29 | 159.13 | 0.39 | 0.53 |
| Hex | 5A | B6 | 96 | 33 | 0 | 12 | 1D | 9F | 27 | 35 |
| Octal | 132 | 266 | 226 | 63 | 0 | 22 | 35 | 237 | 47 | 65 |
| Binary | 1011010 | 10110110 | 10010110 | 110011 | 0 | 10010 | 11101 | 10011111 | 100111 | 110101 |
Color Harmonies of #5AB696
Complementary color
Monochromatic Colors of #5AB696
Black with #5AB696
Text Example
Text Example
White with #5AB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB696; }
p { color: rgb(90,182,150); }
H1.HeaderClassName
{
color: #5AB696;
}
.AnyTagClassName
{
color: #5AB696;
}
</style>
background-color css
<style>
a { background-color: #5AB696; }
a { background-color: rgb(90,182,150); }
div.DivClassName
{
background-color: #5AB696;
}
.BgClassName
{
background-color: #5AB696;
}
</style>
border-color css
<style>
span { border-color: #5AB696; }
span { border-color: rgb(90,182,150); }
td.TdClassName
{
border-color: #5AB696;
}
.TagClassName
{
border-color: #5AB696;
}
</style>