Shades of Keppel #5DAC8B
Tints of Keppel #5DAC8B
RGB
CMYK
RGB Variations
Color information
#5DAC8B (or 0x5DAC8B) is known color: Keppel. HEX triplet: 5D, AC and 8B. RGB value is (93,172,139). Sum of RGB (Red+Green+Blue) = 93+172+139=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC8B is #A25374. Grayscale: #909090. Windows color (decimal): -10638197 or 9153629. OLE color: 9153629.
HSL color Cylindrical-coordinate representation of color #5DAC8B: hue angle of 154.94º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAC8B is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 139 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.33 |
| HSL | 154.94º | 0.32% | 0.52% | - |
| HSV(B) | 154.94º | 0.46% | 0.67% | - |
| XYZ | 23.93 | 33.7 | 29.67 | - |
| YUV | 144.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 139 | 0.46 | 0 | 0.19 | 0.33 | 154.94 | 0.32 | 0.52 |
| Hex | 5D | AC | 8B | 2E | 0 | 13 | 21 | 9B | 20 | 34 |
| Octal | 135 | 254 | 213 | 56 | 0 | 23 | 41 | 233 | 40 | 64 |
| Binary | 1011101 | 10101100 | 10001011 | 101110 | 0 | 10011 | 100001 | 10011011 | 100000 | 110100 |
Color Harmonies of #5DAC8B
Complementary color
Monochromatic Colors of #5DAC8B
Black with #5DAC8B
Text Example
Text Example
White with #5DAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC8B; }
p { color: rgb(93,172,139); }
H1.HeaderClassName
{
color: #5DAC8B;
}
.AnyTagClassName
{
color: #5DAC8B;
}
</style>
background-color css
<style>
a { background-color: #5DAC8B; }
a { background-color: rgb(93,172,139); }
div.DivClassName
{
background-color: #5DAC8B;
}
.BgClassName
{
background-color: #5DAC8B;
}
</style>
border-color css
<style>
span { border-color: #5DAC8B; }
span { border-color: rgb(93,172,139); }
td.TdClassName
{
border-color: #5DAC8B;
}
.TagClassName
{
border-color: #5DAC8B;
}
</style>