Shades of Keppel #58C29B
Tints of Keppel #58C29B
RGB
CMYK
RGB Variations
Color information
#58C29B (or 0x58C29B) is known color: Keppel. HEX triplet: 58, C2 and 9B. RGB value is (88,194,155). Sum of RGB (Red+Green+Blue) = 88+194+155=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #58C29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C29B is #A73D64. Grayscale: #9D9D9D. Windows color (decimal): -10960229 or 10207832. OLE color: 10207832.
HSL color Cylindrical-coordinate representation of color #58C29B: hue angle of 157.92º 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 #58C29B is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 155 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.24 |
| HSL | 157.92º | 0.46% | 0.55% | - |
| HSV(B) | 157.92º | 0.55% | 0.76% | - |
| XYZ | 29.23 | 43.02 | 37.77 | - |
| YUV | 157.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 155 | 0.55 | 0 | 0.20 | 0.24 | 157.92 | 0.46 | 0.55 |
| Hex | 58 | C2 | 9B | 37 | 0 | 14 | 18 | 9E | 2E | 37 |
| Octal | 130 | 302 | 233 | 67 | 0 | 24 | 30 | 236 | 56 | 67 |
| Binary | 1011000 | 11000010 | 10011011 | 110111 | 0 | 10100 | 11000 | 10011110 | 101110 | 110111 |
Color Harmonies of #58C29B
Complementary color
Monochromatic Colors of #58C29B
Black with #58C29B
Text Example
Text Example
White with #58C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C29B; }
p { color: rgb(88,194,155); }
H1.HeaderClassName
{
color: #58C29B;
}
.AnyTagClassName
{
color: #58C29B;
}
</style>
background-color css
<style>
a { background-color: #58C29B; }
a { background-color: rgb(88,194,155); }
div.DivClassName
{
background-color: #58C29B;
}
.BgClassName
{
background-color: #58C29B;
}
</style>
border-color css
<style>
span { border-color: #58C29B; }
span { border-color: rgb(88,194,155); }
td.TdClassName
{
border-color: #58C29B;
}
.TagClassName
{
border-color: #58C29B;
}
</style>