Shades of Keppel #5DAB93
Tints of Keppel #5DAB93
RGB
CMYK
RGB Variations
Color information
#5DAB93 (or 0x5DAB93) is known color: Keppel. HEX triplet: 5D, AB and 93. RGB value is (93,171,147). Sum of RGB (Red+Green+Blue) = 93+171+147=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAB93 is #A2546C. Grayscale: #909090. Windows color (decimal): -10638445 or 9677661. OLE color: 9677661.
HSL color Cylindrical-coordinate representation of color #5DAB93: hue angle of 161.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAB93 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 147 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.33 |
| HSL | 161.54º | 0.32% | 0.52% | - |
| HSV(B) | 161.54º | 0.46% | 0.67% | - |
| XYZ | 24.34 | 33.56 | 32.8 | - |
| YUV | 144.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 147 | 0.46 | 0 | 0.14 | 0.33 | 161.54 | 0.32 | 0.52 |
| Hex | 5D | AB | 93 | 2E | 0 | E | 21 | A2 | 20 | 34 |
| Octal | 135 | 253 | 223 | 56 | 0 | 16 | 41 | 242 | 40 | 64 |
| Binary | 1011101 | 10101011 | 10010011 | 101110 | 0 | 1110 | 100001 | 10100010 | 100000 | 110100 |
Color Harmonies of #5DAB93
Complementary color
Monochromatic Colors of #5DAB93
Black with #5DAB93
Text Example
Text Example
White with #5DAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB93; }
p { color: rgb(93,171,147); }
H1.HeaderClassName
{
color: #5DAB93;
}
.AnyTagClassName
{
color: #5DAB93;
}
</style>
background-color css
<style>
a { background-color: #5DAB93; }
a { background-color: rgb(93,171,147); }
div.DivClassName
{
background-color: #5DAB93;
}
.BgClassName
{
background-color: #5DAB93;
}
</style>
border-color css
<style>
span { border-color: #5DAB93; }
span { border-color: rgb(93,171,147); }
td.TdClassName
{
border-color: #5DAB93;
}
.TagClassName
{
border-color: #5DAB93;
}
</style>