Shades of Keppel #5DAA8D
Tints of Keppel #5DAA8D
RGB
CMYK
RGB Variations
Color information
#5DAA8D (or 0x5DAA8D) is known color: Keppel. HEX triplet: 5D, AA and 8D. RGB value is (93,170,141). Sum of RGB (Red+Green+Blue) = 93+170+141=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAA8D is #A25572. Grayscale: #8F8F8F. Windows color (decimal): -10638707 or 9284189. OLE color: 9284189.
HSL color Cylindrical-coordinate representation of color #5DAA8D: hue angle of 157.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA8D is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 141 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.33 |
| HSL | 157.4º | 0.31% | 0.52% | - |
| HSV(B) | 157.4º | 0.45% | 0.67% | - |
| XYZ | 23.7 | 33 | 30.32 | - |
| YUV | 143.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 141 | 0.45 | 0 | 0.17 | 0.33 | 157.4 | 0.31 | 0.52 |
| Hex | 5D | AA | 8D | 2D | 0 | 11 | 21 | 9D | 1F | 34 |
| Octal | 135 | 252 | 215 | 55 | 0 | 21 | 41 | 235 | 37 | 64 |
| Binary | 1011101 | 10101010 | 10001101 | 101101 | 0 | 10001 | 100001 | 10011101 | 11111 | 110100 |
Color Harmonies of #5DAA8D
Complementary color
Monochromatic Colors of #5DAA8D
Black with #5DAA8D
Text Example
Text Example
White with #5DAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA8D; }
p { color: rgb(93,170,141); }
H1.HeaderClassName
{
color: #5DAA8D;
}
.AnyTagClassName
{
color: #5DAA8D;
}
</style>
background-color css
<style>
a { background-color: #5DAA8D; }
a { background-color: rgb(93,170,141); }
div.DivClassName
{
background-color: #5DAA8D;
}
.BgClassName
{
background-color: #5DAA8D;
}
</style>
border-color css
<style>
span { border-color: #5DAA8D; }
span { border-color: rgb(93,170,141); }
td.TdClassName
{
border-color: #5DAA8D;
}
.TagClassName
{
border-color: #5DAA8D;
}
</style>