Shades of Keppel #5AB29D
Tints of Keppel #5AB29D
RGB
CMYK
RGB Variations
Color information
#5AB29D (or 0x5AB29D) is known color: Keppel. HEX triplet: 5A, B2 and 9D. RGB value is (90,178,157). Sum of RGB (Red+Green+Blue) = 90+178+157=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB29D is #A54D62. Grayscale: #959595. Windows color (decimal): -10833251 or 10334810. OLE color: 10334810.
HSL color Cylindrical-coordinate representation of color #5AB29D: hue angle of 165.68º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB29D is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 157 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.30 |
| HSL | 165.68º | 0.36% | 0.53% | - |
| HSV(B) | 165.68º | 0.49% | 0.7% | - |
| XYZ | 26.22 | 36.45 | 37.55 | - |
| YUV | 149.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 157 | 0.49 | 0 | 0.12 | 0.30 | 165.68 | 0.36 | 0.53 |
| Hex | 5A | B2 | 9D | 31 | 0 | C | 1E | A6 | 24 | 35 |
| Octal | 132 | 262 | 235 | 61 | 0 | 14 | 36 | 246 | 44 | 65 |
| Binary | 1011010 | 10110010 | 10011101 | 110001 | 0 | 1100 | 11110 | 10100110 | 100100 | 110101 |
Color Harmonies of #5AB29D
Complementary color
Monochromatic Colors of #5AB29D
Black with #5AB29D
Text Example
Text Example
White with #5AB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB29D; }
p { color: rgb(90,178,157); }
H1.HeaderClassName
{
color: #5AB29D;
}
.AnyTagClassName
{
color: #5AB29D;
}
</style>
background-color css
<style>
a { background-color: #5AB29D; }
a { background-color: rgb(90,178,157); }
div.DivClassName
{
background-color: #5AB29D;
}
.BgClassName
{
background-color: #5AB29D;
}
</style>
border-color css
<style>
span { border-color: #5AB29D; }
span { border-color: rgb(90,178,157); }
td.TdClassName
{
border-color: #5AB29D;
}
.TagClassName
{
border-color: #5AB29D;
}
</style>