Shades of Keppel #58A697
Tints of Keppel #58A697
RGB
CMYK
RGB Variations
Color information
#58A697 (or 0x58A697) is known color: Keppel. HEX triplet: 58, A6 and 97. RGB value is (88,166,151). Sum of RGB (Red+Green+Blue) = 88+166+151=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #58A697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A697 is #A75968. Grayscale: #8C8C8C. Windows color (decimal): -10967401 or 9938520. OLE color: 9938520.
HSL color Cylindrical-coordinate representation of color #58A697: hue angle of 168.46º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A697 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 166 | 151 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.35 |
| HSL | 168.46º | 0.31% | 0.5% | - |
| HSV(B) | 168.46º | 0.47% | 0.65% | - |
| XYZ | 23.25 | 31.58 | 34.15 | - |
| YUV | 140.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 166 | 151 | 0.47 | 0 | 0.09 | 0.35 | 168.46 | 0.31 | 0.5 |
| Hex | 58 | A6 | 97 | 2F | 0 | 9 | 23 | A8 | 1F | 32 |
| Octal | 130 | 246 | 227 | 57 | 0 | 11 | 43 | 250 | 37 | 62 |
| Binary | 1011000 | 10100110 | 10010111 | 101111 | 0 | 1001 | 100011 | 10101000 | 11111 | 110010 |
Color Harmonies of #58A697
Complementary color
Monochromatic Colors of #58A697
Black with #58A697
Text Example
Text Example
White with #58A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A697; }
p { color: rgb(88,166,151); }
H1.HeaderClassName
{
color: #58A697;
}
.AnyTagClassName
{
color: #58A697;
}
</style>
background-color css
<style>
a { background-color: #58A697; }
a { background-color: rgb(88,166,151); }
div.DivClassName
{
background-color: #58A697;
}
.BgClassName
{
background-color: #58A697;
}
</style>
border-color css
<style>
span { border-color: #58A697; }
span { border-color: rgb(88,166,151); }
td.TdClassName
{
border-color: #58A697;
}
.TagClassName
{
border-color: #58A697;
}
</style>