Shades of Keppel #5AC09A
Tints of Keppel #5AC09A
RGB
CMYK
RGB Variations
Color information
#5AC09A (or 0x5AC09A) is known color: Keppel. HEX triplet: 5A, C0 and 9A. RGB value is (90,192,154). Sum of RGB (Red+Green+Blue) = 90+192+154=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC09A is #A53F65. Grayscale: #9D9D9D. Windows color (decimal): -10829670 or 10141786. OLE color: 10141786.
HSL color Cylindrical-coordinate representation of color #5AC09A: hue angle of 157.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC09A is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 154 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.25 |
| HSL | 157.65º | 0.45% | 0.55% | - |
| HSV(B) | 157.65º | 0.53% | 0.75% | - |
| XYZ | 28.9 | 42.21 | 37.2 | - |
| YUV | 157.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 154 | 0.53 | 0 | 0.20 | 0.25 | 157.65 | 0.45 | 0.55 |
| Hex | 5A | C0 | 9A | 35 | 0 | 14 | 19 | 9E | 2D | 37 |
| Octal | 132 | 300 | 232 | 65 | 0 | 24 | 31 | 236 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10011010 | 110101 | 0 | 10100 | 11001 | 10011110 | 101101 | 110111 |
Color Harmonies of #5AC09A
Complementary color
Monochromatic Colors of #5AC09A
Black with #5AC09A
Text Example
Text Example
White with #5AC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC09A; }
p { color: rgb(90,192,154); }
H1.HeaderClassName
{
color: #5AC09A;
}
.AnyTagClassName
{
color: #5AC09A;
}
</style>
background-color css
<style>
a { background-color: #5AC09A; }
a { background-color: rgb(90,192,154); }
div.DivClassName
{
background-color: #5AC09A;
}
.BgClassName
{
background-color: #5AC09A;
}
</style>
border-color css
<style>
span { border-color: #5AC09A; }
span { border-color: rgb(90,192,154); }
td.TdClassName
{
border-color: #5AC09A;
}
.TagClassName
{
border-color: #5AC09A;
}
</style>