Shades of Keppel #5AAA95
Tints of Keppel #5AAA95
RGB
CMYK
RGB Variations
Color information
#5AAA95 (or 0x5AAA95) is known color: Keppel. HEX triplet: 5A, AA and 95. RGB value is (90,170,149). Sum of RGB (Red+Green+Blue) = 90+170+149=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA95 is #A5556A. Grayscale: #8F8F8F. Windows color (decimal): -10835307 or 9808474. OLE color: 9808474.
HSL color Cylindrical-coordinate representation of color #5AAA95: hue angle of 164.25º degrees, saturation: 0.32, 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 #5AAA95 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 149 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.33 |
| HSL | 164.25º | 0.32% | 0.51% | - |
| HSV(B) | 164.25º | 0.47% | 0.67% | - |
| XYZ | 24.02 | 33.09 | 33.56 | - |
| YUV | 143.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 149 | 0.47 | 0 | 0.12 | 0.33 | 164.25 | 0.32 | 0.51 |
| Hex | 5A | AA | 95 | 2F | 0 | C | 21 | A4 | 20 | 33 |
| Octal | 132 | 252 | 225 | 57 | 0 | 14 | 41 | 244 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10010101 | 101111 | 0 | 1100 | 100001 | 10100100 | 100000 | 110011 |
Color Harmonies of #5AAA95
Complementary color
Monochromatic Colors of #5AAA95
Black with #5AAA95
Text Example
Text Example
White with #5AAA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA95; }
p { color: rgb(90,170,149); }
H1.HeaderClassName
{
color: #5AAA95;
}
.AnyTagClassName
{
color: #5AAA95;
}
</style>
background-color css
<style>
a { background-color: #5AAA95; }
a { background-color: rgb(90,170,149); }
div.DivClassName
{
background-color: #5AAA95;
}
.BgClassName
{
background-color: #5AAA95;
}
</style>
border-color css
<style>
span { border-color: #5AAA95; }
span { border-color: rgb(90,170,149); }
td.TdClassName
{
border-color: #5AAA95;
}
.TagClassName
{
border-color: #5AAA95;
}
</style>