Shades of Keppel #58AB8F
Tints of Keppel #58AB8F
RGB
CMYK
RGB Variations
Color information
#58AB8F (or 0x58AB8F) is known color: Keppel. HEX triplet: 58, AB and 8F. RGB value is (88,171,143). Sum of RGB (Red+Green+Blue) = 88+171+143=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB8F is #A75470. Grayscale: #8F8F8F. Windows color (decimal): -10966129 or 9415512. OLE color: 9415512.
HSL color Cylindrical-coordinate representation of color #58AB8F: hue angle of 159.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AB8F is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 143 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.33 |
| HSL | 159.76º | 0.33% | 0.51% | - |
| HSV(B) | 159.76º | 0.49% | 0.67% | - |
| XYZ | 23.55 | 33.18 | 31.15 | - |
| YUV | 142.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 143 | 0.49 | 0 | 0.16 | 0.33 | 159.76 | 0.33 | 0.51 |
| Hex | 58 | AB | 8F | 31 | 0 | 10 | 21 | A0 | 21 | 33 |
| Octal | 130 | 253 | 217 | 61 | 0 | 20 | 41 | 240 | 41 | 63 |
| Binary | 1011000 | 10101011 | 10001111 | 110001 | 0 | 10000 | 100001 | 10100000 | 100001 | 110011 |
Color Harmonies of #58AB8F
Complementary color
Monochromatic Colors of #58AB8F
Black with #58AB8F
Text Example
Text Example
White with #58AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB8F; }
p { color: rgb(88,171,143); }
H1.HeaderClassName
{
color: #58AB8F;
}
.AnyTagClassName
{
color: #58AB8F;
}
</style>
background-color css
<style>
a { background-color: #58AB8F; }
a { background-color: rgb(88,171,143); }
div.DivClassName
{
background-color: #58AB8F;
}
.BgClassName
{
background-color: #58AB8F;
}
</style>
border-color css
<style>
span { border-color: #58AB8F; }
span { border-color: rgb(88,171,143); }
td.TdClassName
{
border-color: #58AB8F;
}
.TagClassName
{
border-color: #58AB8F;
}
</style>