Shades of Keppel #5AB89C
Tints of Keppel #5AB89C
RGB
CMYK
RGB Variations
Color information
#5AB89C (or 0x5AB89C) is known color: Keppel. HEX triplet: 5A, B8 and 9C. RGB value is (90,184,156). Sum of RGB (Red+Green+Blue) = 90+184+156=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB89C is #A54763. Grayscale: #989898. Windows color (decimal): -10831716 or 10270810. OLE color: 10270810.
HSL color Cylindrical-coordinate representation of color #5AB89C: hue angle of 162.13º 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 #5AB89C is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 156 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.28 |
| HSL | 162.13º | 0.4% | 0.54% | - |
| HSV(B) | 162.13º | 0.51% | 0.72% | - |
| XYZ | 27.36 | 38.85 | 37.51 | - |
| YUV | 152.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 156 | 0.51 | 0 | 0.15 | 0.28 | 162.13 | 0.4 | 0.54 |
| Hex | 5A | B8 | 9C | 33 | 0 | F | 1C | A2 | 28 | 36 |
| Octal | 132 | 270 | 234 | 63 | 0 | 17 | 34 | 242 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10011100 | 110011 | 0 | 1111 | 11100 | 10100010 | 101000 | 110110 |
Color Harmonies of #5AB89C
Complementary color
Monochromatic Colors of #5AB89C
Black with #5AB89C
Text Example
Text Example
White with #5AB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB89C; }
p { color: rgb(90,184,156); }
H1.HeaderClassName
{
color: #5AB89C;
}
.AnyTagClassName
{
color: #5AB89C;
}
</style>
background-color css
<style>
a { background-color: #5AB89C; }
a { background-color: rgb(90,184,156); }
div.DivClassName
{
background-color: #5AB89C;
}
.BgClassName
{
background-color: #5AB89C;
}
</style>
border-color css
<style>
span { border-color: #5AB89C; }
span { border-color: rgb(90,184,156); }
td.TdClassName
{
border-color: #5AB89C;
}
.TagClassName
{
border-color: #5AB89C;
}
</style>