Shades of Keppel #5DB08F
Tints of Keppel #5DB08F
RGB
CMYK
RGB Variations
Color information
#5DB08F (or 0x5DB08F) is known color: Keppel. HEX triplet: 5D, B0 and 8F. RGB value is (93,176,143). Sum of RGB (Red+Green+Blue) = 93+176+143=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB08F is #A24F70. Grayscale: #939393. Windows color (decimal): -10637169 or 9416797. OLE color: 9416797.
HSL color Cylindrical-coordinate representation of color #5DB08F: hue angle of 156.14º 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 #5DB08F is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 143 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.31 |
| HSL | 156.14º | 0.34% | 0.53% | - |
| HSV(B) | 156.14º | 0.47% | 0.69% | - |
| XYZ | 25 | 35.36 | 31.49 | - |
| YUV | 147.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 143 | 0.47 | 0 | 0.19 | 0.31 | 156.14 | 0.34 | 0.53 |
| Hex | 5D | B0 | 8F | 2F | 0 | 13 | 1F | 9C | 22 | 35 |
| Octal | 135 | 260 | 217 | 57 | 0 | 23 | 37 | 234 | 42 | 65 |
| Binary | 1011101 | 10110000 | 10001111 | 101111 | 0 | 10011 | 11111 | 10011100 | 100010 | 110101 |
Color Harmonies of #5DB08F
Complementary color
Monochromatic Colors of #5DB08F
Black with #5DB08F
Text Example
Text Example
White with #5DB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB08F; }
p { color: rgb(93,176,143); }
H1.HeaderClassName
{
color: #5DB08F;
}
.AnyTagClassName
{
color: #5DB08F;
}
</style>
background-color css
<style>
a { background-color: #5DB08F; }
a { background-color: rgb(93,176,143); }
div.DivClassName
{
background-color: #5DB08F;
}
.BgClassName
{
background-color: #5DB08F;
}
</style>
border-color css
<style>
span { border-color: #5DB08F; }
span { border-color: rgb(93,176,143); }
td.TdClassName
{
border-color: #5DB08F;
}
.TagClassName
{
border-color: #5DB08F;
}
</style>