Shades of Keppel #5DB09A
Tints of Keppel #5DB09A
RGB
CMYK
RGB Variations
Color information
#5DB09A (or 0x5DB09A) is known color: Keppel. HEX triplet: 5D, B0 and 9A. RGB value is (93,176,154). Sum of RGB (Red+Green+Blue) = 93+176+154=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB09A is #A24F65. Grayscale: #949494. Windows color (decimal): -10637158 or 10137693. OLE color: 10137693.
HSL color Cylindrical-coordinate representation of color #5DB09A: hue angle of 164.1º 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 #5DB09A is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 154 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.31 |
| HSL | 164.1º | 0.34% | 0.53% | - |
| HSV(B) | 164.1º | 0.47% | 0.69% | - |
| XYZ | 25.87 | 35.71 | 36.1 | - |
| YUV | 148.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 154 | 0.47 | 0 | 0.12 | 0.31 | 164.1 | 0.34 | 0.53 |
| Hex | 5D | B0 | 9A | 2F | 0 | C | 1F | A4 | 22 | 35 |
| Octal | 135 | 260 | 232 | 57 | 0 | 14 | 37 | 244 | 42 | 65 |
| Binary | 1011101 | 10110000 | 10011010 | 101111 | 0 | 1100 | 11111 | 10100100 | 100010 | 110101 |
Color Harmonies of #5DB09A
Complementary color
Monochromatic Colors of #5DB09A
Black with #5DB09A
Text Example
Text Example
White with #5DB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB09A; }
p { color: rgb(93,176,154); }
H1.HeaderClassName
{
color: #5DB09A;
}
.AnyTagClassName
{
color: #5DB09A;
}
</style>
background-color css
<style>
a { background-color: #5DB09A; }
a { background-color: rgb(93,176,154); }
div.DivClassName
{
background-color: #5DB09A;
}
.BgClassName
{
background-color: #5DB09A;
}
</style>
border-color css
<style>
span { border-color: #5DB09A; }
span { border-color: rgb(93,176,154); }
td.TdClassName
{
border-color: #5DB09A;
}
.TagClassName
{
border-color: #5DB09A;
}
</style>