Shades of Keppel #58A995
Tints of Keppel #58A995
RGB
CMYK
RGB Variations
Color information
#58A995 (or 0x58A995) is known color: Keppel. HEX triplet: 58, A9 and 95. RGB value is (88,169,149). Sum of RGB (Red+Green+Blue) = 88+169+149=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #58A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A995 is #A7566A. Grayscale: #8E8E8E. Windows color (decimal): -10966635 or 9808216. OLE color: 9808216.
HSL color Cylindrical-coordinate representation of color #58A995: hue angle of 165.19º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A995 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 169 | 149 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.34 |
| HSL | 165.19º | 0.32% | 0.5% | - |
| HSV(B) | 165.19º | 0.48% | 0.66% | - |
| XYZ | 23.64 | 32.62 | 33.48 | - |
| YUV | 142.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 169 | 149 | 0.48 | 0 | 0.12 | 0.34 | 165.19 | 0.32 | 0.5 |
| Hex | 58 | A9 | 95 | 30 | 0 | C | 22 | A5 | 20 | 32 |
| Octal | 130 | 251 | 225 | 60 | 0 | 14 | 42 | 245 | 40 | 62 |
| Binary | 1011000 | 10101001 | 10010101 | 110000 | 0 | 1100 | 100010 | 10100101 | 100000 | 110010 |
Color Harmonies of #58A995
Complementary color
Monochromatic Colors of #58A995
Black with #58A995
Text Example
Text Example
White with #58A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A995; }
p { color: rgb(88,169,149); }
H1.HeaderClassName
{
color: #58A995;
}
.AnyTagClassName
{
color: #58A995;
}
</style>
background-color css
<style>
a { background-color: #58A995; }
a { background-color: rgb(88,169,149); }
div.DivClassName
{
background-color: #58A995;
}
.BgClassName
{
background-color: #58A995;
}
</style>
border-color css
<style>
span { border-color: #58A995; }
span { border-color: rgb(88,169,149); }
td.TdClassName
{
border-color: #58A995;
}
.TagClassName
{
border-color: #58A995;
}
</style>