Shades of Keppel #58BD9A
Tints of Keppel #58BD9A
RGB
CMYK
RGB Variations
Color information
#58BD9A (or 0x58BD9A) is known color: Keppel. HEX triplet: 58, BD and 9A. RGB value is (88,189,154). Sum of RGB (Red+Green+Blue) = 88+189+154=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BD9A is #A74265. Grayscale: #9A9A9A. Windows color (decimal): -10961510 or 10141016. OLE color: 10141016.
HSL color Cylindrical-coordinate representation of color #58BD9A: hue angle of 159.21º 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 #58BD9A is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 154 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.26 |
| HSL | 159.21º | 0.43% | 0.54% | - |
| HSV(B) | 159.21º | 0.53% | 0.74% | - |
| XYZ | 28.05 | 40.8 | 36.97 | - |
| YUV | 154.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 154 | 0.53 | 0 | 0.19 | 0.26 | 159.21 | 0.43 | 0.54 |
| Hex | 58 | BD | 9A | 35 | 0 | 13 | 1A | 9F | 2B | 36 |
| Octal | 130 | 275 | 232 | 65 | 0 | 23 | 32 | 237 | 53 | 66 |
| Binary | 1011000 | 10111101 | 10011010 | 110101 | 0 | 10011 | 11010 | 10011111 | 101011 | 110110 |
Color Harmonies of #58BD9A
Complementary color
Monochromatic Colors of #58BD9A
Black with #58BD9A
Text Example
Text Example
White with #58BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BD9A; }
p { color: rgb(88,189,154); }
H1.HeaderClassName
{
color: #58BD9A;
}
.AnyTagClassName
{
color: #58BD9A;
}
</style>
background-color css
<style>
a { background-color: #58BD9A; }
a { background-color: rgb(88,189,154); }
div.DivClassName
{
background-color: #58BD9A;
}
.BgClassName
{
background-color: #58BD9A;
}
</style>
border-color css
<style>
span { border-color: #58BD9A; }
span { border-color: rgb(88,189,154); }
td.TdClassName
{
border-color: #58BD9A;
}
.TagClassName
{
border-color: #58BD9A;
}
</style>