Shades of Keppel #5DA99E
Tints of Keppel #5DA99E
RGB
CMYK
RGB Variations
Color information
#5DA99E (or 0x5DA99E) is known color: Keppel. HEX triplet: 5D, A9 and 9E. RGB value is (93,169,158). Sum of RGB (Red+Green+Blue) = 93+169+158=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA99E is #A25661. Grayscale: #909090. Windows color (decimal): -10638946 or 10398045. OLE color: 10398045.
HSL color Cylindrical-coordinate representation of color #5DA99E: hue angle of 171.32º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA99E is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 158 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.34 |
| HSL | 171.32º | 0.31% | 0.51% | - |
| HSV(B) | 171.32º | 0.45% | 0.66% | - |
| XYZ | 24.87 | 33.17 | 37.44 | - |
| YUV | 145.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 158 | 0.45 | 0 | 0.07 | 0.34 | 171.32 | 0.31 | 0.51 |
| Hex | 5D | A9 | 9E | 2D | 0 | 7 | 22 | AB | 1F | 33 |
| Octal | 135 | 251 | 236 | 55 | 0 | 7 | 42 | 253 | 37 | 63 |
| Binary | 1011101 | 10101001 | 10011110 | 101101 | 0 | 111 | 100010 | 10101011 | 11111 | 110011 |
Color Harmonies of #5DA99E
Complementary color
Monochromatic Colors of #5DA99E
Black with #5DA99E
Text Example
Text Example
White with #5DA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA99E; }
p { color: rgb(93,169,158); }
H1.HeaderClassName
{
color: #5DA99E;
}
.AnyTagClassName
{
color: #5DA99E;
}
</style>
background-color css
<style>
a { background-color: #5DA99E; }
a { background-color: rgb(93,169,158); }
div.DivClassName
{
background-color: #5DA99E;
}
.BgClassName
{
background-color: #5DA99E;
}
</style>
border-color css
<style>
span { border-color: #5DA99E; }
span { border-color: rgb(93,169,158); }
td.TdClassName
{
border-color: #5DA99E;
}
.TagClassName
{
border-color: #5DA99E;
}
</style>