Shades of Keppel #5AC89A
Tints of Keppel #5AC89A
RGB
CMYK
RGB Variations
Color information
#5AC89A (or 0x5AC89A) is known color: Keppel. HEX triplet: 5A, C8 and 9A. RGB value is (90,200,154). Sum of RGB (Red+Green+Blue) = 90+200+154=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC89A is #A53765. Grayscale: #A1A1A1. Windows color (decimal): -10827622 or 10143834. OLE color: 10143834.
HSL color Cylindrical-coordinate representation of color #5AC89A: hue angle of 154.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC89A is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 154 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.22 |
| HSL | 154.91º | 0.5% | 0.57% | - |
| HSV(B) | 154.91º | 0.55% | 0.78% | - |
| XYZ | 30.7 | 45.82 | 37.8 | - |
| YUV | 161.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 154 | 0.55 | 0 | 0.23 | 0.22 | 154.91 | 0.5 | 0.57 |
| Hex | 5A | C8 | 9A | 37 | 0 | 17 | 16 | 9B | 32 | 39 |
| Octal | 132 | 310 | 232 | 67 | 0 | 27 | 26 | 233 | 62 | 71 |
| Binary | 1011010 | 11001000 | 10011010 | 110111 | 0 | 10111 | 10110 | 10011011 | 110010 | 111001 |
Color Harmonies of #5AC89A
Complementary color
Monochromatic Colors of #5AC89A
Black with #5AC89A
Text Example
Text Example
White with #5AC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC89A; }
p { color: rgb(90,200,154); }
H1.HeaderClassName
{
color: #5AC89A;
}
.AnyTagClassName
{
color: #5AC89A;
}
</style>
background-color css
<style>
a { background-color: #5AC89A; }
a { background-color: rgb(90,200,154); }
div.DivClassName
{
background-color: #5AC89A;
}
.BgClassName
{
background-color: #5AC89A;
}
</style>
border-color css
<style>
span { border-color: #5AC89A; }
span { border-color: rgb(90,200,154); }
td.TdClassName
{
border-color: #5AC89A;
}
.TagClassName
{
border-color: #5AC89A;
}
</style>