Shades of Keppel #5AC29D
Tints of Keppel #5AC29D
RGB
CMYK
RGB Variations
Color information
#5AC29D (or 0x5AC29D) is known color: Keppel. HEX triplet: 5A, C2 and 9D. RGB value is (90,194,157). Sum of RGB (Red+Green+Blue) = 90+194+157=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC29D is #A53D62. Grayscale: #9E9E9E. Windows color (decimal): -10829155 or 10338906. OLE color: 10338906.
HSL color Cylindrical-coordinate representation of color #5AC29D: hue angle of 158.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC29D is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 157 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.24 |
| HSL | 158.65º | 0.46% | 0.56% | - |
| HSV(B) | 158.65º | 0.54% | 0.76% | - |
| XYZ | 29.59 | 43.19 | 38.68 | - |
| YUV | 158.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 157 | 0.54 | 0 | 0.19 | 0.24 | 158.65 | 0.46 | 0.56 |
| Hex | 5A | C2 | 9D | 36 | 0 | 13 | 18 | 9F | 2E | 38 |
| Octal | 132 | 302 | 235 | 66 | 0 | 23 | 30 | 237 | 56 | 70 |
| Binary | 1011010 | 11000010 | 10011101 | 110110 | 0 | 10011 | 11000 | 10011111 | 101110 | 111000 |
Color Harmonies of #5AC29D
Complementary color
Monochromatic Colors of #5AC29D
Black with #5AC29D
Text Example
Text Example
White with #5AC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC29D; }
p { color: rgb(90,194,157); }
H1.HeaderClassName
{
color: #5AC29D;
}
.AnyTagClassName
{
color: #5AC29D;
}
</style>
background-color css
<style>
a { background-color: #5AC29D; }
a { background-color: rgb(90,194,157); }
div.DivClassName
{
background-color: #5AC29D;
}
.BgClassName
{
background-color: #5AC29D;
}
</style>
border-color css
<style>
span { border-color: #5AC29D; }
span { border-color: rgb(90,194,157); }
td.TdClassName
{
border-color: #5AC29D;
}
.TagClassName
{
border-color: #5AC29D;
}
</style>