Shades of Keppel #58AA8F
Tints of Keppel #58AA8F
RGB
CMYK
RGB Variations
Color information
#58AA8F (or 0x58AA8F) is known color: Keppel. HEX triplet: 58, AA and 8F. RGB value is (88,170,143). Sum of RGB (Red+Green+Blue) = 88+170+143=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AA8F is #A75570. Grayscale: #8E8E8E. Windows color (decimal): -10966385 or 9415256. OLE color: 9415256.
HSL color Cylindrical-coordinate representation of color #58AA8F: hue angle of 160.24º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA8F is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 143 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.33 |
| HSL | 160.24º | 0.33% | 0.51% | - |
| HSV(B) | 160.24º | 0.48% | 0.67% | - |
| XYZ | 23.36 | 32.81 | 31.09 | - |
| YUV | 142.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 143 | 0.48 | 0 | 0.16 | 0.33 | 160.24 | 0.33 | 0.51 |
| Hex | 58 | AA | 8F | 30 | 0 | 10 | 21 | A0 | 21 | 33 |
| Octal | 130 | 252 | 217 | 60 | 0 | 20 | 41 | 240 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10001111 | 110000 | 0 | 10000 | 100001 | 10100000 | 100001 | 110011 |
Color Harmonies of #58AA8F
Complementary color
Monochromatic Colors of #58AA8F
Black with #58AA8F
Text Example
Text Example
White with #58AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AA8F; }
p { color: rgb(88,170,143); }
H1.HeaderClassName
{
color: #58AA8F;
}
.AnyTagClassName
{
color: #58AA8F;
}
</style>
background-color css
<style>
a { background-color: #58AA8F; }
a { background-color: rgb(88,170,143); }
div.DivClassName
{
background-color: #58AA8F;
}
.BgClassName
{
background-color: #58AA8F;
}
</style>
border-color css
<style>
span { border-color: #58AA8F; }
span { border-color: rgb(88,170,143); }
td.TdClassName
{
border-color: #58AA8F;
}
.TagClassName
{
border-color: #58AA8F;
}
</style>