Shades of Keppel #5AA68E
Tints of Keppel #5AA68E
RGB
CMYK
RGB Variations
Color information
#5AA68E (or 0x5AA68E) is known color: Keppel. HEX triplet: 5A, A6 and 8E. RGB value is (90,166,142). Sum of RGB (Red+Green+Blue) = 90+166+142=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA68E is #A55971. Grayscale: #8C8C8C. Windows color (decimal): -10836338 or 9348698. OLE color: 9348698.
HSL color Cylindrical-coordinate representation of color #5AA68E: hue angle of 161.05º 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 #5AA68E is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 166 | 142 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.35 |
| HSL | 161.05º | 0.3% | 0.5% | - |
| HSV(B) | 161.05º | 0.46% | 0.65% | - |
| XYZ | 22.74 | 31.4 | 30.45 | - |
| YUV | 140.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 142 | 0.46 | 0 | 0.14 | 0.35 | 161.05 | 0.3 | 0.5 |
| Hex | 5A | A6 | 8E | 2E | 0 | E | 23 | A1 | 1E | 32 |
| Octal | 132 | 246 | 216 | 56 | 0 | 16 | 43 | 241 | 36 | 62 |
| Binary | 1011010 | 10100110 | 10001110 | 101110 | 0 | 1110 | 100011 | 10100001 | 11110 | 110010 |
Color Harmonies of #5AA68E
Complementary color
Monochromatic Colors of #5AA68E
Black with #5AA68E
Text Example
Text Example
White with #5AA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA68E; }
p { color: rgb(90,166,142); }
H1.HeaderClassName
{
color: #5AA68E;
}
.AnyTagClassName
{
color: #5AA68E;
}
</style>
background-color css
<style>
a { background-color: #5AA68E; }
a { background-color: rgb(90,166,142); }
div.DivClassName
{
background-color: #5AA68E;
}
.BgClassName
{
background-color: #5AA68E;
}
</style>
border-color css
<style>
span { border-color: #5AA68E; }
span { border-color: rgb(90,166,142); }
td.TdClassName
{
border-color: #5AA68E;
}
.TagClassName
{
border-color: #5AA68E;
}
</style>