Shades of Keppel #5AB39C
Tints of Keppel #5AB39C
RGB
CMYK
RGB Variations
Color information
#5AB39C (or 0x5AB39C) is known color: Keppel. HEX triplet: 5A, B3 and 9C. RGB value is (90,179,156). Sum of RGB (Red+Green+Blue) = 90+179+156=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB39C is #A54C63. Grayscale: #959595. Windows color (decimal): -10832996 or 10269530. OLE color: 10269530.
HSL color Cylindrical-coordinate representation of color #5AB39C: hue angle of 164.49º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB39C is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 156 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.30 |
| HSL | 164.49º | 0.37% | 0.53% | - |
| HSV(B) | 164.49º | 0.5% | 0.7% | - |
| XYZ | 26.34 | 36.81 | 37.17 | - |
| YUV | 149.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 156 | 0.50 | 0 | 0.13 | 0.30 | 164.49 | 0.37 | 0.53 |
| Hex | 5A | B3 | 9C | 32 | 0 | D | 1E | A4 | 25 | 35 |
| Octal | 132 | 263 | 234 | 62 | 0 | 15 | 36 | 244 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10011100 | 110010 | 0 | 1101 | 11110 | 10100100 | 100101 | 110101 |
Color Harmonies of #5AB39C
Complementary color
Monochromatic Colors of #5AB39C
Black with #5AB39C
Text Example
Text Example
White with #5AB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB39C; }
p { color: rgb(90,179,156); }
H1.HeaderClassName
{
color: #5AB39C;
}
.AnyTagClassName
{
color: #5AB39C;
}
</style>
background-color css
<style>
a { background-color: #5AB39C; }
a { background-color: rgb(90,179,156); }
div.DivClassName
{
background-color: #5AB39C;
}
.BgClassName
{
background-color: #5AB39C;
}
</style>
border-color css
<style>
span { border-color: #5AB39C; }
span { border-color: rgb(90,179,156); }
td.TdClassName
{
border-color: #5AB39C;
}
.TagClassName
{
border-color: #5AB39C;
}
</style>