Shades of Keppel #58BC99
Tints of Keppel #58BC99
RGB
CMYK
RGB Variations
Color information
#58BC99 (or 0x58BC99) is known color: Keppel. HEX triplet: 58, BC and 99. RGB value is (88,188,153). Sum of RGB (Red+Green+Blue) = 88+188+153=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BC99 is #A74366. Grayscale: #9A9A9A. Windows color (decimal): -10961767 or 10075224. OLE color: 10075224.
HSL color Cylindrical-coordinate representation of color #58BC99: hue angle of 159º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BC99 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 153 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.26 |
| HSL | 159º | 0.43% | 0.54% | - |
| HSV(B) | 159º | 0.53% | 0.74% | - |
| XYZ | 27.76 | 40.34 | 36.46 | - |
| YUV | 154.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 153 | 0.53 | 0 | 0.19 | 0.26 | 159 | 0.43 | 0.54 |
| Hex | 58 | BC | 99 | 35 | 0 | 13 | 1A | 9F | 2B | 36 |
| Octal | 130 | 274 | 231 | 65 | 0 | 23 | 32 | 237 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10011001 | 110101 | 0 | 10011 | 11010 | 10011111 | 101011 | 110110 |
Color Harmonies of #58BC99
Complementary color
Monochromatic Colors of #58BC99
Black with #58BC99
Text Example
Text Example
White with #58BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC99; }
p { color: rgb(88,188,153); }
H1.HeaderClassName
{
color: #58BC99;
}
.AnyTagClassName
{
color: #58BC99;
}
</style>
background-color css
<style>
a { background-color: #58BC99; }
a { background-color: rgb(88,188,153); }
div.DivClassName
{
background-color: #58BC99;
}
.BgClassName
{
background-color: #58BC99;
}
</style>
border-color css
<style>
span { border-color: #58BC99; }
span { border-color: rgb(88,188,153); }
td.TdClassName
{
border-color: #58BC99;
}
.TagClassName
{
border-color: #58BC99;
}
</style>