Shades of Keppel #5AB49C
Tints of Keppel #5AB49C
RGB
CMYK
RGB Variations
Color information
#5AB49C (or 0x5AB49C) is known color: Keppel. HEX triplet: 5A, B4 and 9C. RGB value is (90,180,156). Sum of RGB (Red+Green+Blue) = 90+180+156=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB49C is #A54B63. Grayscale: #969696. Windows color (decimal): -10832740 or 10269786. OLE color: 10269786.
HSL color Cylindrical-coordinate representation of color #5AB49C: hue angle of 164º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB49C is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 156 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.29 |
| HSL | 164º | 0.38% | 0.53% | - |
| HSV(B) | 164º | 0.5% | 0.71% | - |
| XYZ | 26.54 | 37.22 | 37.24 | - |
| YUV | 150.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 156 | 0.50 | 0 | 0.13 | 0.29 | 164 | 0.38 | 0.53 |
| Hex | 5A | B4 | 9C | 32 | 0 | D | 1D | A4 | 26 | 35 |
| Octal | 132 | 264 | 234 | 62 | 0 | 15 | 35 | 244 | 46 | 65 |
| Binary | 1011010 | 10110100 | 10011100 | 110010 | 0 | 1101 | 11101 | 10100100 | 100110 | 110101 |
Color Harmonies of #5AB49C
Complementary color
Monochromatic Colors of #5AB49C
Black with #5AB49C
Text Example
Text Example
White with #5AB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB49C; }
p { color: rgb(90,180,156); }
H1.HeaderClassName
{
color: #5AB49C;
}
.AnyTagClassName
{
color: #5AB49C;
}
</style>
background-color css
<style>
a { background-color: #5AB49C; }
a { background-color: rgb(90,180,156); }
div.DivClassName
{
background-color: #5AB49C;
}
.BgClassName
{
background-color: #5AB49C;
}
</style>
border-color css
<style>
span { border-color: #5AB49C; }
span { border-color: rgb(90,180,156); }
td.TdClassName
{
border-color: #5AB49C;
}
.TagClassName
{
border-color: #5AB49C;
}
</style>