Shades of Keppel #5DAF8D
Tints of Keppel #5DAF8D
RGB
CMYK
RGB Variations
Color information
#5DAF8D (or 0x5DAF8D) is known color: Keppel. HEX triplet: 5D, AF and 8D. RGB value is (93,175,141). Sum of RGB (Red+Green+Blue) = 93+175+141=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAF8D is #A25072. Grayscale: #929292. Windows color (decimal): -10637427 or 9285469. OLE color: 9285469.
HSL color Cylindrical-coordinate representation of color #5DAF8D: hue angle of 155.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAF8D is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 141 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.31 |
| HSL | 155.12º | 0.34% | 0.53% | - |
| HSV(B) | 155.12º | 0.47% | 0.69% | - |
| XYZ | 24.65 | 34.91 | 30.64 | - |
| YUV | 146.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 141 | 0.47 | 0 | 0.19 | 0.31 | 155.12 | 0.34 | 0.53 |
| Hex | 5D | AF | 8D | 2F | 0 | 13 | 1F | 9B | 22 | 35 |
| Octal | 135 | 257 | 215 | 57 | 0 | 23 | 37 | 233 | 42 | 65 |
| Binary | 1011101 | 10101111 | 10001101 | 101111 | 0 | 10011 | 11111 | 10011011 | 100010 | 110101 |
Color Harmonies of #5DAF8D
Complementary color
Monochromatic Colors of #5DAF8D
Black with #5DAF8D
Text Example
Text Example
White with #5DAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF8D; }
p { color: rgb(93,175,141); }
H1.HeaderClassName
{
color: #5DAF8D;
}
.AnyTagClassName
{
color: #5DAF8D;
}
</style>
background-color css
<style>
a { background-color: #5DAF8D; }
a { background-color: rgb(93,175,141); }
div.DivClassName
{
background-color: #5DAF8D;
}
.BgClassName
{
background-color: #5DAF8D;
}
</style>
border-color css
<style>
span { border-color: #5DAF8D; }
span { border-color: rgb(93,175,141); }
td.TdClassName
{
border-color: #5DAF8D;
}
.TagClassName
{
border-color: #5DAF8D;
}
</style>