Shades of Keppel #58AB8D
Tints of Keppel #58AB8D
RGB
CMYK
RGB Variations
Color information
#58AB8D (or 0x58AB8D) is known color: Keppel. HEX triplet: 58, AB and 8D. RGB value is (88,171,141). Sum of RGB (Red+Green+Blue) = 88+171+141=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB8D is #A75472. Grayscale: #8E8E8E. Windows color (decimal): -10966131 or 9284440. OLE color: 9284440.
HSL color Cylindrical-coordinate representation of color #58AB8D: hue angle of 158.31º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AB8D is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 141 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.33 |
| HSL | 158.31º | 0.33% | 0.51% | - |
| HSV(B) | 158.31º | 0.49% | 0.67% | - |
| XYZ | 23.4 | 33.12 | 30.36 | - |
| YUV | 142.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 141 | 0.49 | 0 | 0.18 | 0.33 | 158.31 | 0.33 | 0.51 |
| Hex | 58 | AB | 8D | 31 | 0 | 12 | 21 | 9E | 21 | 33 |
| Octal | 130 | 253 | 215 | 61 | 0 | 22 | 41 | 236 | 41 | 63 |
| Binary | 1011000 | 10101011 | 10001101 | 110001 | 0 | 10010 | 100001 | 10011110 | 100001 | 110011 |
Color Harmonies of #58AB8D
Complementary color
Monochromatic Colors of #58AB8D
Black with #58AB8D
Text Example
Text Example
White with #58AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB8D; }
p { color: rgb(88,171,141); }
H1.HeaderClassName
{
color: #58AB8D;
}
.AnyTagClassName
{
color: #58AB8D;
}
</style>
background-color css
<style>
a { background-color: #58AB8D; }
a { background-color: rgb(88,171,141); }
div.DivClassName
{
background-color: #58AB8D;
}
.BgClassName
{
background-color: #58AB8D;
}
</style>
border-color css
<style>
span { border-color: #58AB8D; }
span { border-color: rgb(88,171,141); }
td.TdClassName
{
border-color: #58AB8D;
}
.TagClassName
{
border-color: #58AB8D;
}
</style>