Shades of Keppel #5AA99B
Tints of Keppel #5AA99B
RGB
CMYK
RGB Variations
Color information
#5AA99B (or 0x5AA99B) is known color: Keppel. HEX triplet: 5A, A9 and 9B. RGB value is (90,169,155). Sum of RGB (Red+Green+Blue) = 90+169+155=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA99B is #A55664. Grayscale: #8F8F8F. Windows color (decimal): -10835557 or 10201434. OLE color: 10201434.
HSL color Cylindrical-coordinate representation of color #5AA99B: hue angle of 169.37º 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 #5AA99B is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 169 | 155 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.34 |
| HSL | 169.37º | 0.31% | 0.51% | - |
| HSV(B) | 169.37º | 0.47% | 0.66% | - |
| XYZ | 24.32 | 32.92 | 36.08 | - |
| YUV | 143.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 155 | 0.47 | 0 | 0.08 | 0.34 | 169.37 | 0.31 | 0.51 |
| Hex | 5A | A9 | 9B | 2F | 0 | 8 | 22 | A9 | 1F | 33 |
| Octal | 132 | 251 | 233 | 57 | 0 | 10 | 42 | 251 | 37 | 63 |
| Binary | 1011010 | 10101001 | 10011011 | 101111 | 0 | 1000 | 100010 | 10101001 | 11111 | 110011 |
Color Harmonies of #5AA99B
Complementary color
Monochromatic Colors of #5AA99B
Black with #5AA99B
Text Example
Text Example
White with #5AA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA99B; }
p { color: rgb(90,169,155); }
H1.HeaderClassName
{
color: #5AA99B;
}
.AnyTagClassName
{
color: #5AA99B;
}
</style>
background-color css
<style>
a { background-color: #5AA99B; }
a { background-color: rgb(90,169,155); }
div.DivClassName
{
background-color: #5AA99B;
}
.BgClassName
{
background-color: #5AA99B;
}
</style>
border-color css
<style>
span { border-color: #5AA99B; }
span { border-color: rgb(90,169,155); }
td.TdClassName
{
border-color: #5AA99B;
}
.TagClassName
{
border-color: #5AA99B;
}
</style>