Shades of Keppel #5AC097
Tints of Keppel #5AC097
RGB
CMYK
RGB Variations
Color information
#5AC097 (or 0x5AC097) is known color: Keppel. HEX triplet: 5A, C0 and 97. RGB value is (90,192,151). Sum of RGB (Red+Green+Blue) = 90+192+151=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC097 is #A53F68. Grayscale: #9C9C9C. Windows color (decimal): -10829673 or 9945178. OLE color: 9945178.
HSL color Cylindrical-coordinate representation of color #5AC097: hue angle of 155.88º 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 #5AC097 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 151 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.25 |
| HSL | 155.88º | 0.45% | 0.55% | - |
| HSV(B) | 155.88º | 0.53% | 0.75% | - |
| XYZ | 28.65 | 42.11 | 35.9 | - |
| YUV | 156.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 151 | 0.53 | 0 | 0.21 | 0.25 | 155.88 | 0.45 | 0.55 |
| Hex | 5A | C0 | 97 | 35 | 0 | 15 | 19 | 9C | 2D | 37 |
| Octal | 132 | 300 | 227 | 65 | 0 | 25 | 31 | 234 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10010111 | 110101 | 0 | 10101 | 11001 | 10011100 | 101101 | 110111 |
Color Harmonies of #5AC097
Complementary color
Monochromatic Colors of #5AC097
Black with #5AC097
Text Example
Text Example
White with #5AC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC097; }
p { color: rgb(90,192,151); }
H1.HeaderClassName
{
color: #5AC097;
}
.AnyTagClassName
{
color: #5AC097;
}
</style>
background-color css
<style>
a { background-color: #5AC097; }
a { background-color: rgb(90,192,151); }
div.DivClassName
{
background-color: #5AC097;
}
.BgClassName
{
background-color: #5AC097;
}
</style>
border-color css
<style>
span { border-color: #5AC097; }
span { border-color: rgb(90,192,151); }
td.TdClassName
{
border-color: #5AC097;
}
.TagClassName
{
border-color: #5AC097;
}
</style>