Shades of Keppel #5ABD9A
Tints of Keppel #5ABD9A
RGB
CMYK
RGB Variations
Color information
#5ABD9A (or 0x5ABD9A) is known color: Keppel. HEX triplet: 5A, BD and 9A. RGB value is (90,189,154). Sum of RGB (Red+Green+Blue) = 90+189+154=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABD9A is #A54265. Grayscale: #9B9B9B. Windows color (decimal): -10830438 or 10141018. OLE color: 10141018.
HSL color Cylindrical-coordinate representation of color #5ABD9A: hue angle of 158.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD9A is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 154 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.26 |
| HSL | 158.79º | 0.43% | 0.55% | - |
| HSV(B) | 158.79º | 0.52% | 0.74% | - |
| XYZ | 28.25 | 40.9 | 36.98 | - |
| YUV | 155.41 | 127.2 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 154 | 0.52 | 0 | 0.19 | 0.26 | 158.79 | 0.43 | 0.55 |
| Hex | 5A | BD | 9A | 34 | 0 | 13 | 1A | 9F | 2B | 37 |
| Octal | 132 | 275 | 232 | 64 | 0 | 23 | 32 | 237 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10011010 | 110100 | 0 | 10011 | 11010 | 10011111 | 101011 | 110111 |
Color Harmonies of #5ABD9A
Complementary color
Monochromatic Colors of #5ABD9A
Black with #5ABD9A
Text Example
Text Example
White with #5ABD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD9A; }
p { color: rgb(90,189,154); }
H1.HeaderClassName
{
color: #5ABD9A;
}
.AnyTagClassName
{
color: #5ABD9A;
}
</style>
background-color css
<style>
a { background-color: #5ABD9A; }
a { background-color: rgb(90,189,154); }
div.DivClassName
{
background-color: #5ABD9A;
}
.BgClassName
{
background-color: #5ABD9A;
}
</style>
border-color css
<style>
span { border-color: #5ABD9A; }
span { border-color: rgb(90,189,154); }
td.TdClassName
{
border-color: #5ABD9A;
}
.TagClassName
{
border-color: #5ABD9A;
}
</style>