Shades of Keppel #5AB09C
Tints of Keppel #5AB09C
RGB
CMYK
RGB Variations
Color information
#5AB09C (or 0x5AB09C) is known color: Keppel. HEX triplet: 5A, B0 and 9C. RGB value is (90,176,156). Sum of RGB (Red+Green+Blue) = 90+176+156=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB09C is #A54F63. Grayscale: #939393. Windows color (decimal): -10833764 or 10268762. OLE color: 10268762.
HSL color Cylindrical-coordinate representation of color #5AB09C: hue angle of 166.05º 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 #5AB09C is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 156 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.31 |
| HSL | 166.05º | 0.35% | 0.52% | - |
| HSV(B) | 166.05º | 0.49% | 0.69% | - |
| XYZ | 25.74 | 35.62 | 36.97 | - |
| YUV | 148.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 156 | 0.49 | 0 | 0.11 | 0.31 | 166.05 | 0.35 | 0.52 |
| Hex | 5A | B0 | 9C | 31 | 0 | B | 1F | A6 | 23 | 34 |
| Octal | 132 | 260 | 234 | 61 | 0 | 13 | 37 | 246 | 43 | 64 |
| Binary | 1011010 | 10110000 | 10011100 | 110001 | 0 | 1011 | 11111 | 10100110 | 100011 | 110100 |
Color Harmonies of #5AB09C
Complementary color
Monochromatic Colors of #5AB09C
Black with #5AB09C
Text Example
Text Example
White with #5AB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB09C; }
p { color: rgb(90,176,156); }
H1.HeaderClassName
{
color: #5AB09C;
}
.AnyTagClassName
{
color: #5AB09C;
}
</style>
background-color css
<style>
a { background-color: #5AB09C; }
a { background-color: rgb(90,176,156); }
div.DivClassName
{
background-color: #5AB09C;
}
.BgClassName
{
background-color: #5AB09C;
}
</style>
border-color css
<style>
span { border-color: #5AB09C; }
span { border-color: rgb(90,176,156); }
td.TdClassName
{
border-color: #5AB09C;
}
.TagClassName
{
border-color: #5AB09C;
}
</style>