Shades of Keppel #5AB08D
Tints of Keppel #5AB08D
RGB
CMYK
RGB Variations
Color information
#5AB08D (or 0x5AB08D) is known color: Keppel. HEX triplet: 5A, B0 and 8D. RGB value is (90,176,141). Sum of RGB (Red+Green+Blue) = 90+176+141=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB08D is #A54F72. Grayscale: #929292. Windows color (decimal): -10833779 or 9285722. OLE color: 9285722.
HSL color Cylindrical-coordinate representation of color #5AB08D: hue angle of 155.58º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB08D is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 141 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.31 |
| HSL | 155.58º | 0.35% | 0.52% | - |
| HSV(B) | 155.58º | 0.49% | 0.69% | - |
| XYZ | 24.55 | 35.15 | 30.69 | - |
| YUV | 146.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 141 | 0.49 | 0 | 0.20 | 0.31 | 155.58 | 0.35 | 0.52 |
| Hex | 5A | B0 | 8D | 31 | 0 | 14 | 1F | 9C | 23 | 34 |
| Octal | 132 | 260 | 215 | 61 | 0 | 24 | 37 | 234 | 43 | 64 |
| Binary | 1011010 | 10110000 | 10001101 | 110001 | 0 | 10100 | 11111 | 10011100 | 100011 | 110100 |
Color Harmonies of #5AB08D
Complementary color
Monochromatic Colors of #5AB08D
Black with #5AB08D
Text Example
Text Example
White with #5AB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB08D; }
p { color: rgb(90,176,141); }
H1.HeaderClassName
{
color: #5AB08D;
}
.AnyTagClassName
{
color: #5AB08D;
}
</style>
background-color css
<style>
a { background-color: #5AB08D; }
a { background-color: rgb(90,176,141); }
div.DivClassName
{
background-color: #5AB08D;
}
.BgClassName
{
background-color: #5AB08D;
}
</style>
border-color css
<style>
span { border-color: #5AB08D; }
span { border-color: rgb(90,176,141); }
td.TdClassName
{
border-color: #5AB08D;
}
.TagClassName
{
border-color: #5AB08D;
}
</style>