Shades of Keppel #5AA994
Tints of Keppel #5AA994
RGB
CMYK
RGB Variations
Color information
#5AA994 (or 0x5AA994) is known color: Keppel. HEX triplet: 5A, A9 and 94. RGB value is (90,169,148). Sum of RGB (Red+Green+Blue) = 90+169+148=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA994 is #A5566B. Grayscale: #8E8E8E. Windows color (decimal): -10835564 or 9742682. OLE color: 9742682.
HSL color Cylindrical-coordinate representation of color #5AA994: hue angle of 164.05º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA994 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 169 | 148 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.34 |
| HSL | 164.05º | 0.31% | 0.51% | - |
| HSV(B) | 164.05º | 0.47% | 0.66% | - |
| XYZ | 23.75 | 32.69 | 33.07 | - |
| YUV | 142.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 148 | 0.47 | 0 | 0.12 | 0.34 | 164.05 | 0.31 | 0.51 |
| Hex | 5A | A9 | 94 | 2F | 0 | C | 22 | A4 | 1F | 33 |
| Octal | 132 | 251 | 224 | 57 | 0 | 14 | 42 | 244 | 37 | 63 |
| Binary | 1011010 | 10101001 | 10010100 | 101111 | 0 | 1100 | 100010 | 10100100 | 11111 | 110011 |
Color Harmonies of #5AA994
Complementary color
Monochromatic Colors of #5AA994
Black with #5AA994
Text Example
Text Example
White with #5AA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA994; }
p { color: rgb(90,169,148); }
H1.HeaderClassName
{
color: #5AA994;
}
.AnyTagClassName
{
color: #5AA994;
}
</style>
background-color css
<style>
a { background-color: #5AA994; }
a { background-color: rgb(90,169,148); }
div.DivClassName
{
background-color: #5AA994;
}
.BgClassName
{
background-color: #5AA994;
}
</style>
border-color css
<style>
span { border-color: #5AA994; }
span { border-color: rgb(90,169,148); }
td.TdClassName
{
border-color: #5AA994;
}
.TagClassName
{
border-color: #5AA994;
}
</style>