Shades of Keppel #5AAB8B
Tints of Keppel #5AAB8B
RGB
CMYK
RGB Variations
Color information
#5AAB8B (or 0x5AAB8B) is known color: Keppel. HEX triplet: 5A, AB and 8B. RGB value is (90,171,139). Sum of RGB (Red+Green+Blue) = 90+171+139=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB8B is #A55474. Grayscale: #8F8F8F. Windows color (decimal): -10835061 or 9153370. OLE color: 9153370.
HSL color Cylindrical-coordinate representation of color #5AAB8B: hue angle of 156.3º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAB8B is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 139 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.33 |
| HSL | 156.3º | 0.33% | 0.51% | - |
| HSV(B) | 156.3º | 0.47% | 0.67% | - |
| XYZ | 23.44 | 33.16 | 29.59 | - |
| YUV | 143.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 139 | 0.47 | 0 | 0.19 | 0.33 | 156.3 | 0.33 | 0.51 |
| Hex | 5A | AB | 8B | 2F | 0 | 13 | 21 | 9C | 21 | 33 |
| Octal | 132 | 253 | 213 | 57 | 0 | 23 | 41 | 234 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10001011 | 101111 | 0 | 10011 | 100001 | 10011100 | 100001 | 110011 |
Color Harmonies of #5AAB8B
Complementary color
Monochromatic Colors of #5AAB8B
Black with #5AAB8B
Text Example
Text Example
White with #5AAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB8B; }
p { color: rgb(90,171,139); }
H1.HeaderClassName
{
color: #5AAB8B;
}
.AnyTagClassName
{
color: #5AAB8B;
}
</style>
background-color css
<style>
a { background-color: #5AAB8B; }
a { background-color: rgb(90,171,139); }
div.DivClassName
{
background-color: #5AAB8B;
}
.BgClassName
{
background-color: #5AAB8B;
}
</style>
border-color css
<style>
span { border-color: #5AAB8B; }
span { border-color: rgb(90,171,139); }
td.TdClassName
{
border-color: #5AAB8B;
}
.TagClassName
{
border-color: #5AAB8B;
}
</style>