Shades of Keppel #5AA79A
Tints of Keppel #5AA79A
RGB
CMYK
RGB Variations
Color information
#5AA79A (or 0x5AA79A) is known color: Keppel. HEX triplet: 5A, A7 and 9A. RGB value is (90,167,154). Sum of RGB (Red+Green+Blue) = 90+167+154=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA79A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA79A is #A55865. Grayscale: #8E8E8E. Windows color (decimal): -10836070 or 10135386. OLE color: 10135386.
HSL color Cylindrical-coordinate representation of color #5AA79A: hue angle of 169.87º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA79A is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 167 | 154 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.35 |
| HSL | 169.87º | 0.3% | 0.5% | - |
| HSV(B) | 169.87º | 0.46% | 0.65% | - |
| XYZ | 23.87 | 32.14 | 35.52 | - |
| YUV | 142.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 154 | 0.46 | 0 | 0.08 | 0.35 | 169.87 | 0.3 | 0.5 |
| Hex | 5A | A7 | 9A | 2E | 0 | 8 | 23 | AA | 1E | 32 |
| Octal | 132 | 247 | 232 | 56 | 0 | 10 | 43 | 252 | 36 | 62 |
| Binary | 1011010 | 10100111 | 10011010 | 101110 | 0 | 1000 | 100011 | 10101010 | 11110 | 110010 |
Color Harmonies of #5AA79A
Complementary color
Monochromatic Colors of #5AA79A
Black with #5AA79A
Text Example
Text Example
White with #5AA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA79A; }
p { color: rgb(90,167,154); }
H1.HeaderClassName
{
color: #5AA79A;
}
.AnyTagClassName
{
color: #5AA79A;
}
</style>
background-color css
<style>
a { background-color: #5AA79A; }
a { background-color: rgb(90,167,154); }
div.DivClassName
{
background-color: #5AA79A;
}
.BgClassName
{
background-color: #5AA79A;
}
</style>
border-color css
<style>
span { border-color: #5AA79A; }
span { border-color: rgb(90,167,154); }
td.TdClassName
{
border-color: #5AA79A;
}
.TagClassName
{
border-color: #5AA79A;
}
</style>