Shades of Keppel #5DAE9F
Tints of Keppel #5DAE9F
RGB
CMYK
RGB Variations
Color information
#5DAE9F (or 0x5DAE9F) is known color: Keppel. HEX triplet: 5D, AE and 9F. RGB value is (93,174,159). Sum of RGB (Red+Green+Blue) = 93+174+159=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE9F is #A25160. Grayscale: #949494. Windows color (decimal): -10637665 or 10464861. OLE color: 10464861.
HSL color Cylindrical-coordinate representation of color #5DAE9F: hue angle of 168.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAE9F is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 159 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.32 |
| HSL | 168.89º | 0.33% | 0.52% | - |
| HSV(B) | 168.89º | 0.47% | 0.68% | - |
| XYZ | 25.91 | 35.1 | 38.21 | - |
| YUV | 148.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 159 | 0.47 | 0 | 0.09 | 0.32 | 168.89 | 0.33 | 0.52 |
| Hex | 5D | AE | 9F | 2F | 0 | 9 | 20 | A9 | 21 | 34 |
| Octal | 135 | 256 | 237 | 57 | 0 | 11 | 40 | 251 | 41 | 64 |
| Binary | 1011101 | 10101110 | 10011111 | 101111 | 0 | 1001 | 100000 | 10101001 | 100001 | 110100 |
Color Harmonies of #5DAE9F
Complementary color
Monochromatic Colors of #5DAE9F
Black with #5DAE9F
Text Example
Text Example
White with #5DAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE9F; }
p { color: rgb(93,174,159); }
H1.HeaderClassName
{
color: #5DAE9F;
}
.AnyTagClassName
{
color: #5DAE9F;
}
</style>
background-color css
<style>
a { background-color: #5DAE9F; }
a { background-color: rgb(93,174,159); }
div.DivClassName
{
background-color: #5DAE9F;
}
.BgClassName
{
background-color: #5DAE9F;
}
</style>
border-color css
<style>
span { border-color: #5DAE9F; }
span { border-color: rgb(93,174,159); }
td.TdClassName
{
border-color: #5DAE9F;
}
.TagClassName
{
border-color: #5DAE9F;
}
</style>