Shades of Keppel #5AB19C
Tints of Keppel #5AB19C
RGB
CMYK
RGB Variations
Color information
#5AB19C (or 0x5AB19C) is known color: Keppel. HEX triplet: 5A, B1 and 9C. RGB value is (90,177,156). Sum of RGB (Red+Green+Blue) = 90+177+156=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB19C is #A54E63. Grayscale: #949494. Windows color (decimal): -10833508 or 10269018. OLE color: 10269018.
HSL color Cylindrical-coordinate representation of color #5AB19C: hue angle of 165.52º 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 #5AB19C is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 156 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.31 |
| HSL | 165.52º | 0.36% | 0.52% | - |
| HSV(B) | 165.52º | 0.49% | 0.69% | - |
| XYZ | 25.94 | 36.02 | 37.04 | - |
| YUV | 148.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 156 | 0.49 | 0 | 0.12 | 0.31 | 165.52 | 0.36 | 0.52 |
| Hex | 5A | B1 | 9C | 31 | 0 | C | 1F | A6 | 24 | 34 |
| Octal | 132 | 261 | 234 | 61 | 0 | 14 | 37 | 246 | 44 | 64 |
| Binary | 1011010 | 10110001 | 10011100 | 110001 | 0 | 1100 | 11111 | 10100110 | 100100 | 110100 |
Color Harmonies of #5AB19C
Complementary color
Monochromatic Colors of #5AB19C
Black with #5AB19C
Text Example
Text Example
White with #5AB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB19C; }
p { color: rgb(90,177,156); }
H1.HeaderClassName
{
color: #5AB19C;
}
.AnyTagClassName
{
color: #5AB19C;
}
</style>
background-color css
<style>
a { background-color: #5AB19C; }
a { background-color: rgb(90,177,156); }
div.DivClassName
{
background-color: #5AB19C;
}
.BgClassName
{
background-color: #5AB19C;
}
</style>
border-color css
<style>
span { border-color: #5AB19C; }
span { border-color: rgb(90,177,156); }
td.TdClassName
{
border-color: #5AB19C;
}
.TagClassName
{
border-color: #5AB19C;
}
</style>