Shades of Keppel #58C09A
Tints of Keppel #58C09A
RGB
CMYK
RGB Variations
Color information
#58C09A (or 0x58C09A) is known color: Keppel. HEX triplet: 58, C0 and 9A. RGB value is (88,192,154). Sum of RGB (Red+Green+Blue) = 88+192+154=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #58C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C09A is #A73F65. Grayscale: #9C9C9C. Windows color (decimal): -10960742 or 10141784. OLE color: 10141784.
HSL color Cylindrical-coordinate representation of color #58C09A: hue angle of 158.08º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C09A is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 154 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.25 |
| HSL | 158.08º | 0.45% | 0.55% | - |
| HSV(B) | 158.08º | 0.54% | 0.75% | - |
| XYZ | 28.71 | 42.11 | 37.19 | - |
| YUV | 156.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 154 | 0.54 | 0 | 0.20 | 0.25 | 158.08 | 0.45 | 0.55 |
| Hex | 58 | C0 | 9A | 36 | 0 | 14 | 19 | 9E | 2D | 37 |
| Octal | 130 | 300 | 232 | 66 | 0 | 24 | 31 | 236 | 55 | 67 |
| Binary | 1011000 | 11000000 | 10011010 | 110110 | 0 | 10100 | 11001 | 10011110 | 101101 | 110111 |
Color Harmonies of #58C09A
Complementary color
Monochromatic Colors of #58C09A
Black with #58C09A
Text Example
Text Example
White with #58C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C09A; }
p { color: rgb(88,192,154); }
H1.HeaderClassName
{
color: #58C09A;
}
.AnyTagClassName
{
color: #58C09A;
}
</style>
background-color css
<style>
a { background-color: #58C09A; }
a { background-color: rgb(88,192,154); }
div.DivClassName
{
background-color: #58C09A;
}
.BgClassName
{
background-color: #58C09A;
}
</style>
border-color css
<style>
span { border-color: #58C09A; }
span { border-color: rgb(88,192,154); }
td.TdClassName
{
border-color: #58C09A;
}
.TagClassName
{
border-color: #58C09A;
}
</style>