Shades of Keppel #58AD8B
Tints of Keppel #58AD8B
RGB
CMYK
RGB Variations
Color information
#58AD8B (or 0x58AD8B) is known color: Keppel. HEX triplet: 58, AD and 8B. RGB value is (88,173,139). Sum of RGB (Red+Green+Blue) = 88+173+139=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AD8B is #A75274. Grayscale: #8F8F8F. Windows color (decimal): -10965621 or 9153880. OLE color: 9153880.
HSL color Cylindrical-coordinate representation of color #58AD8B: hue angle of 156º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AD8B is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 139 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.32 |
| HSL | 156º | 0.34% | 0.51% | - |
| HSV(B) | 156º | 0.49% | 0.68% | - |
| XYZ | 23.63 | 33.83 | 29.71 | - |
| YUV | 143.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 139 | 0.49 | 0 | 0.20 | 0.32 | 156 | 0.34 | 0.51 |
| Hex | 58 | AD | 8B | 31 | 0 | 14 | 20 | 9C | 22 | 33 |
| Octal | 130 | 255 | 213 | 61 | 0 | 24 | 40 | 234 | 42 | 63 |
| Binary | 1011000 | 10101101 | 10001011 | 110001 | 0 | 10100 | 100000 | 10011100 | 100010 | 110011 |
Color Harmonies of #58AD8B
Complementary color
Monochromatic Colors of #58AD8B
Black with #58AD8B
Text Example
Text Example
White with #58AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD8B; }
p { color: rgb(88,173,139); }
H1.HeaderClassName
{
color: #58AD8B;
}
.AnyTagClassName
{
color: #58AD8B;
}
</style>
background-color css
<style>
a { background-color: #58AD8B; }
a { background-color: rgb(88,173,139); }
div.DivClassName
{
background-color: #58AD8B;
}
.BgClassName
{
background-color: #58AD8B;
}
</style>
border-color css
<style>
span { border-color: #58AD8B; }
span { border-color: rgb(88,173,139); }
td.TdClassName
{
border-color: #58AD8B;
}
.TagClassName
{
border-color: #58AD8B;
}
</style>