Shades of Keppel #58C299
Tints of Keppel #58C299
RGB
CMYK
RGB Variations
Color information
#58C299 (or 0x58C299) is known color: Keppel. HEX triplet: 58, C2 and 99. RGB value is (88,194,153). Sum of RGB (Red+Green+Blue) = 88+194+153=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #58C299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C299 is #A73D66. Grayscale: #9D9D9D. Windows color (decimal): -10960231 or 10076760. OLE color: 10076760.
HSL color Cylindrical-coordinate representation of color #58C299: hue angle of 156.79º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C299 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 153 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.24 |
| HSL | 156.79º | 0.46% | 0.55% | - |
| HSV(B) | 156.79º | 0.55% | 0.76% | - |
| XYZ | 29.07 | 42.96 | 36.9 | - |
| YUV | 157.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 153 | 0.55 | 0 | 0.21 | 0.24 | 156.79 | 0.46 | 0.55 |
| Hex | 58 | C2 | 99 | 37 | 0 | 15 | 18 | 9D | 2E | 37 |
| Octal | 130 | 302 | 231 | 67 | 0 | 25 | 30 | 235 | 56 | 67 |
| Binary | 1011000 | 11000010 | 10011001 | 110111 | 0 | 10101 | 11000 | 10011101 | 101110 | 110111 |
Color Harmonies of #58C299
Complementary color
Monochromatic Colors of #58C299
Black with #58C299
Text Example
Text Example
White with #58C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C299; }
p { color: rgb(88,194,153); }
H1.HeaderClassName
{
color: #58C299;
}
.AnyTagClassName
{
color: #58C299;
}
</style>
background-color css
<style>
a { background-color: #58C299; }
a { background-color: rgb(88,194,153); }
div.DivClassName
{
background-color: #58C299;
}
.BgClassName
{
background-color: #58C299;
}
</style>
border-color css
<style>
span { border-color: #58C299; }
span { border-color: rgb(88,194,153); }
td.TdClassName
{
border-color: #58C299;
}
.TagClassName
{
border-color: #58C299;
}
</style>