Shades of Keppel #58BE94
Tints of Keppel #58BE94
RGB
CMYK
RGB Variations
Color information
#58BE94 (or 0x58BE94) is known color: Keppel. HEX triplet: 58, BE and 94. RGB value is (88,190,148). Sum of RGB (Red+Green+Blue) = 88+190+148=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #58BE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BE94 is #A7416B. Grayscale: #9A9A9A. Windows color (decimal): -10961260 or 9748056. OLE color: 9748056.
HSL color Cylindrical-coordinate representation of color #58BE94: hue angle of 155.29º degrees, saturation: 0.44, 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 #58BE94 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 190 | 148 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.25 |
| HSL | 155.29º | 0.44% | 0.55% | - |
| HSV(B) | 155.29º | 0.54% | 0.75% | - |
| XYZ | 27.78 | 41.04 | 34.47 | - |
| YUV | 154.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 190 | 148 | 0.54 | 0 | 0.22 | 0.25 | 155.29 | 0.44 | 0.55 |
| Hex | 58 | BE | 94 | 36 | 0 | 16 | 19 | 9B | 2C | 37 |
| Octal | 130 | 276 | 224 | 66 | 0 | 26 | 31 | 233 | 54 | 67 |
| Binary | 1011000 | 10111110 | 10010100 | 110110 | 0 | 10110 | 11001 | 10011011 | 101100 | 110111 |
Color Harmonies of #58BE94
Complementary color
Monochromatic Colors of #58BE94
Black with #58BE94
Text Example
Text Example
White with #58BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BE94; }
p { color: rgb(88,190,148); }
H1.HeaderClassName
{
color: #58BE94;
}
.AnyTagClassName
{
color: #58BE94;
}
</style>
background-color css
<style>
a { background-color: #58BE94; }
a { background-color: rgb(88,190,148); }
div.DivClassName
{
background-color: #58BE94;
}
.BgClassName
{
background-color: #58BE94;
}
</style>
border-color css
<style>
span { border-color: #58BE94; }
span { border-color: rgb(88,190,148); }
td.TdClassName
{
border-color: #58BE94;
}
.TagClassName
{
border-color: #58BE94;
}
</style>