Shades of Keppel #5BAA8C
Tints of Keppel #5BAA8C
RGB
CMYK
RGB Variations
Color information
#5BAA8C (or 0x5BAA8C) is known color: Keppel. HEX triplet: 5B, AA and 8C. RGB value is (91,170,140). Sum of RGB (Red+Green+Blue) = 91+170+140=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAA8C is #A45573. Grayscale: #8F8F8F. Windows color (decimal): -10769780 or 9218651. OLE color: 9218651.
HSL color Cylindrical-coordinate representation of color #5BAA8C: hue angle of 157.22º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BAA8C is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 140 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.33 |
| HSL | 157.22º | 0.32% | 0.51% | - |
| HSV(B) | 157.22º | 0.46% | 0.67% | - |
| XYZ | 23.42 | 32.87 | 29.92 | - |
| YUV | 142.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 140 | 0.46 | 0 | 0.18 | 0.33 | 157.22 | 0.32 | 0.51 |
| Hex | 5B | AA | 8C | 2E | 0 | 12 | 21 | 9D | 20 | 33 |
| Octal | 133 | 252 | 214 | 56 | 0 | 22 | 41 | 235 | 40 | 63 |
| Binary | 1011011 | 10101010 | 10001100 | 101110 | 0 | 10010 | 100001 | 10011101 | 100000 | 110011 |
Color Harmonies of #5BAA8C
Complementary color
Monochromatic Colors of #5BAA8C
Black with #5BAA8C
Text Example
Text Example
White with #5BAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA8C; }
p { color: rgb(91,170,140); }
H1.HeaderClassName
{
color: #5BAA8C;
}
.AnyTagClassName
{
color: #5BAA8C;
}
</style>
background-color css
<style>
a { background-color: #5BAA8C; }
a { background-color: rgb(91,170,140); }
div.DivClassName
{
background-color: #5BAA8C;
}
.BgClassName
{
background-color: #5BAA8C;
}
</style>
border-color css
<style>
span { border-color: #5BAA8C; }
span { border-color: rgb(91,170,140); }
td.TdClassName
{
border-color: #5BAA8C;
}
.TagClassName
{
border-color: #5BAA8C;
}
</style>