Shades of Keppel #5AAB9B
Tints of Keppel #5AAB9B
RGB
CMYK
RGB Variations
Color information
#5AAB9B (or 0x5AAB9B) is known color: Keppel. HEX triplet: 5A, AB and 9B. RGB value is (90,171,155). Sum of RGB (Red+Green+Blue) = 90+171+155=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB9B is #A55464. Grayscale: #909090. Windows color (decimal): -10835045 or 10201946. OLE color: 10201946.
HSL color Cylindrical-coordinate representation of color #5AAB9B: hue angle of 168.15º 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 #5AAB9B is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 155 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.33 |
| HSL | 168.15º | 0.33% | 0.51% | - |
| HSV(B) | 168.15º | 0.47% | 0.67% | - |
| XYZ | 24.7 | 33.67 | 36.21 | - |
| YUV | 144.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 155 | 0.47 | 0 | 0.09 | 0.33 | 168.15 | 0.33 | 0.51 |
| Hex | 5A | AB | 9B | 2F | 0 | 9 | 21 | A8 | 21 | 33 |
| Octal | 132 | 253 | 233 | 57 | 0 | 11 | 41 | 250 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10011011 | 101111 | 0 | 1001 | 100001 | 10101000 | 100001 | 110011 |
Color Harmonies of #5AAB9B
Complementary color
Monochromatic Colors of #5AAB9B
Black with #5AAB9B
Text Example
Text Example
White with #5AAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB9B; }
p { color: rgb(90,171,155); }
H1.HeaderClassName
{
color: #5AAB9B;
}
.AnyTagClassName
{
color: #5AAB9B;
}
</style>
background-color css
<style>
a { background-color: #5AAB9B; }
a { background-color: rgb(90,171,155); }
div.DivClassName
{
background-color: #5AAB9B;
}
.BgClassName
{
background-color: #5AAB9B;
}
</style>
border-color css
<style>
span { border-color: #5AAB9B; }
span { border-color: rgb(90,171,155); }
td.TdClassName
{
border-color: #5AAB9B;
}
.TagClassName
{
border-color: #5AAB9B;
}
</style>