Shades of Keppel #5AC096
Tints of Keppel #5AC096
RGB
CMYK
RGB Variations
Color information
#5AC096 (or 0x5AC096) is known color: Keppel. HEX triplet: 5A, C0 and 96. RGB value is (90,192,150). Sum of RGB (Red+Green+Blue) = 90+192+150=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC096 is #A53F69. Grayscale: #9C9C9C. Windows color (decimal): -10829674 or 9879642. OLE color: 9879642.
HSL color Cylindrical-coordinate representation of color #5AC096: hue angle of 155.29º 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 #5AC096 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 150 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.25 |
| HSL | 155.29º | 0.45% | 0.55% | - |
| HSV(B) | 155.29º | 0.53% | 0.75% | - |
| XYZ | 28.57 | 42.07 | 35.47 | - |
| YUV | 156.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 150 | 0.53 | 0 | 0.22 | 0.25 | 155.29 | 0.45 | 0.55 |
| Hex | 5A | C0 | 96 | 35 | 0 | 16 | 19 | 9B | 2D | 37 |
| Octal | 132 | 300 | 226 | 65 | 0 | 26 | 31 | 233 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10010110 | 110101 | 0 | 10110 | 11001 | 10011011 | 101101 | 110111 |
Color Harmonies of #5AC096
Complementary color
Monochromatic Colors of #5AC096
Black with #5AC096
Text Example
Text Example
White with #5AC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC096; }
p { color: rgb(90,192,150); }
H1.HeaderClassName
{
color: #5AC096;
}
.AnyTagClassName
{
color: #5AC096;
}
</style>
background-color css
<style>
a { background-color: #5AC096; }
a { background-color: rgb(90,192,150); }
div.DivClassName
{
background-color: #5AC096;
}
.BgClassName
{
background-color: #5AC096;
}
</style>
border-color css
<style>
span { border-color: #5AC096; }
span { border-color: rgb(90,192,150); }
td.TdClassName
{
border-color: #5AC096;
}
.TagClassName
{
border-color: #5AC096;
}
</style>