Shades of Keppel #5AB29E
Tints of Keppel #5AB29E
RGB
CMYK
RGB Variations
Color information
#5AB29E (or 0x5AB29E) is known color: Keppel. HEX triplet: 5A, B2 and 9E. RGB value is (90,178,158). Sum of RGB (Red+Green+Blue) = 90+178+158=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB29E is #A54D61. Grayscale: #959595. Windows color (decimal): -10833250 or 10400346. OLE color: 10400346.
HSL color Cylindrical-coordinate representation of color #5AB29E: hue angle of 166.36º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB29E is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 158 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.30 |
| HSL | 166.36º | 0.36% | 0.53% | - |
| HSV(B) | 166.36º | 0.49% | 0.7% | - |
| XYZ | 26.31 | 36.48 | 38 | - |
| YUV | 149.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 158 | 0.49 | 0 | 0.11 | 0.30 | 166.36 | 0.36 | 0.53 |
| Hex | 5A | B2 | 9E | 31 | 0 | B | 1E | A6 | 24 | 35 |
| Octal | 132 | 262 | 236 | 61 | 0 | 13 | 36 | 246 | 44 | 65 |
| Binary | 1011010 | 10110010 | 10011110 | 110001 | 0 | 1011 | 11110 | 10100110 | 100100 | 110101 |
Color Harmonies of #5AB29E
Complementary color
Monochromatic Colors of #5AB29E
Black with #5AB29E
Text Example
Text Example
White with #5AB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB29E; }
p { color: rgb(90,178,158); }
H1.HeaderClassName
{
color: #5AB29E;
}
.AnyTagClassName
{
color: #5AB29E;
}
</style>
background-color css
<style>
a { background-color: #5AB29E; }
a { background-color: rgb(90,178,158); }
div.DivClassName
{
background-color: #5AB29E;
}
.BgClassName
{
background-color: #5AB29E;
}
</style>
border-color css
<style>
span { border-color: #5AB29E; }
span { border-color: rgb(90,178,158); }
td.TdClassName
{
border-color: #5AB29E;
}
.TagClassName
{
border-color: #5AB29E;
}
</style>