Shades of Keppel #5AC29B
Tints of Keppel #5AC29B
RGB
CMYK
RGB Variations
Color information
#5AC29B (or 0x5AC29B) is known color: Keppel. HEX triplet: 5A, C2 and 9B. RGB value is (90,194,155). Sum of RGB (Red+Green+Blue) = 90+194+155=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC29B is #A53D64. Grayscale: #9E9E9E. Windows color (decimal): -10829157 or 10207834. OLE color: 10207834.
HSL color Cylindrical-coordinate representation of color #5AC29B: hue angle of 157.5º 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 #5AC29B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 155 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.24 |
| HSL | 157.5º | 0.46% | 0.56% | - |
| HSV(B) | 157.5º | 0.54% | 0.76% | - |
| XYZ | 29.42 | 43.12 | 37.78 | - |
| YUV | 158.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 155 | 0.54 | 0 | 0.20 | 0.24 | 157.5 | 0.46 | 0.56 |
| Hex | 5A | C2 | 9B | 36 | 0 | 14 | 18 | 9E | 2E | 38 |
| Octal | 132 | 302 | 233 | 66 | 0 | 24 | 30 | 236 | 56 | 70 |
| Binary | 1011010 | 11000010 | 10011011 | 110110 | 0 | 10100 | 11000 | 10011110 | 101110 | 111000 |
Color Harmonies of #5AC29B
Complementary color
Monochromatic Colors of #5AC29B
Black with #5AC29B
Text Example
Text Example
White with #5AC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC29B; }
p { color: rgb(90,194,155); }
H1.HeaderClassName
{
color: #5AC29B;
}
.AnyTagClassName
{
color: #5AC29B;
}
</style>
background-color css
<style>
a { background-color: #5AC29B; }
a { background-color: rgb(90,194,155); }
div.DivClassName
{
background-color: #5AC29B;
}
.BgClassName
{
background-color: #5AC29B;
}
</style>
border-color css
<style>
span { border-color: #5AC29B; }
span { border-color: rgb(90,194,155); }
td.TdClassName
{
border-color: #5AC29B;
}
.TagClassName
{
border-color: #5AC29B;
}
</style>