Shades of Keppel #5AB19B
Tints of Keppel #5AB19B
RGB
CMYK
RGB Variations
Color information
#5AB19B (or 0x5AB19B) is known color: Keppel. HEX triplet: 5A, B1 and 9B. RGB value is (90,177,155). Sum of RGB (Red+Green+Blue) = 90+177+155=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB19B is #A54E64. Grayscale: #949494. Windows color (decimal): -10833509 or 10203482. OLE color: 10203482.
HSL color Cylindrical-coordinate representation of color #5AB19B: hue angle of 164.83º degrees, saturation: 0.36, 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 #5AB19B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 155 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.31 |
| HSL | 164.83º | 0.36% | 0.52% | - |
| HSV(B) | 164.83º | 0.49% | 0.69% | - |
| XYZ | 25.85 | 35.98 | 36.59 | - |
| YUV | 148.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 155 | 0.49 | 0 | 0.12 | 0.31 | 164.83 | 0.36 | 0.52 |
| Hex | 5A | B1 | 9B | 31 | 0 | C | 1F | A5 | 24 | 34 |
| Octal | 132 | 261 | 233 | 61 | 0 | 14 | 37 | 245 | 44 | 64 |
| Binary | 1011010 | 10110001 | 10011011 | 110001 | 0 | 1100 | 11111 | 10100101 | 100100 | 110100 |
Color Harmonies of #5AB19B
Complementary color
Monochromatic Colors of #5AB19B
Black with #5AB19B
Text Example
Text Example
White with #5AB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB19B; }
p { color: rgb(90,177,155); }
H1.HeaderClassName
{
color: #5AB19B;
}
.AnyTagClassName
{
color: #5AB19B;
}
</style>
background-color css
<style>
a { background-color: #5AB19B; }
a { background-color: rgb(90,177,155); }
div.DivClassName
{
background-color: #5AB19B;
}
.BgClassName
{
background-color: #5AB19B;
}
</style>
border-color css
<style>
span { border-color: #5AB19B; }
span { border-color: rgb(90,177,155); }
td.TdClassName
{
border-color: #5AB19B;
}
.TagClassName
{
border-color: #5AB19B;
}
</style>