Shades of Keppel #5DAC95
Tints of Keppel #5DAC95
RGB
CMYK
RGB Variations
Color information
#5DAC95 (or 0x5DAC95) is known color: Keppel. HEX triplet: 5D, AC and 95. RGB value is (93,172,149). Sum of RGB (Red+Green+Blue) = 93+172+149=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC95 is #A2536A. Grayscale: #919191. Windows color (decimal): -10638187 or 9808989. OLE color: 9808989.
HSL color Cylindrical-coordinate representation of color #5DAC95: hue angle of 162.53º 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 #5DAC95 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 149 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.33 |
| HSL | 162.53º | 0.32% | 0.52% | - |
| HSV(B) | 162.53º | 0.46% | 0.67% | - |
| XYZ | 24.69 | 34 | 33.7 | - |
| YUV | 145.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 149 | 0.46 | 0 | 0.13 | 0.33 | 162.53 | 0.32 | 0.52 |
| Hex | 5D | AC | 95 | 2E | 0 | D | 21 | A3 | 20 | 34 |
| Octal | 135 | 254 | 225 | 56 | 0 | 15 | 41 | 243 | 40 | 64 |
| Binary | 1011101 | 10101100 | 10010101 | 101110 | 0 | 1101 | 100001 | 10100011 | 100000 | 110100 |
Color Harmonies of #5DAC95
Complementary color
Monochromatic Colors of #5DAC95
Black with #5DAC95
Text Example
Text Example
White with #5DAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC95; }
p { color: rgb(93,172,149); }
H1.HeaderClassName
{
color: #5DAC95;
}
.AnyTagClassName
{
color: #5DAC95;
}
</style>
background-color css
<style>
a { background-color: #5DAC95; }
a { background-color: rgb(93,172,149); }
div.DivClassName
{
background-color: #5DAC95;
}
.BgClassName
{
background-color: #5DAC95;
}
</style>
border-color css
<style>
span { border-color: #5DAC95; }
span { border-color: rgb(93,172,149); }
td.TdClassName
{
border-color: #5DAC95;
}
.TagClassName
{
border-color: #5DAC95;
}
</style>