Shades of Keppel #5AB09B
Tints of Keppel #5AB09B
RGB
CMYK
RGB Variations
Color information
#5AB09B (or 0x5AB09B) is known color: Keppel. HEX triplet: 5A, B0 and 9B. RGB value is (90,176,155). Sum of RGB (Red+Green+Blue) = 90+176+155=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB09B is #A54F64. Grayscale: #939393. Windows color (decimal): -10833765 or 10203226. OLE color: 10203226.
HSL color Cylindrical-coordinate representation of color #5AB09B: hue angle of 165.35º 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 #5AB09B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 155 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.31 |
| HSL | 165.35º | 0.35% | 0.52% | - |
| HSV(B) | 165.35º | 0.49% | 0.69% | - |
| XYZ | 25.66 | 35.59 | 36.53 | - |
| YUV | 147.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 155 | 0.49 | 0 | 0.12 | 0.31 | 165.35 | 0.35 | 0.52 |
| Hex | 5A | B0 | 9B | 31 | 0 | C | 1F | A5 | 23 | 34 |
| Octal | 132 | 260 | 233 | 61 | 0 | 14 | 37 | 245 | 43 | 64 |
| Binary | 1011010 | 10110000 | 10011011 | 110001 | 0 | 1100 | 11111 | 10100101 | 100011 | 110100 |
Color Harmonies of #5AB09B
Complementary color
Monochromatic Colors of #5AB09B
Black with #5AB09B
Text Example
Text Example
White with #5AB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB09B; }
p { color: rgb(90,176,155); }
H1.HeaderClassName
{
color: #5AB09B;
}
.AnyTagClassName
{
color: #5AB09B;
}
</style>
background-color css
<style>
a { background-color: #5AB09B; }
a { background-color: rgb(90,176,155); }
div.DivClassName
{
background-color: #5AB09B;
}
.BgClassName
{
background-color: #5AB09B;
}
</style>
border-color css
<style>
span { border-color: #5AB09B; }
span { border-color: rgb(90,176,155); }
td.TdClassName
{
border-color: #5AB09B;
}
.TagClassName
{
border-color: #5AB09B;
}
</style>