Shades of Keppel #58AB8C
Tints of Keppel #58AB8C
RGB
CMYK
RGB Variations
Color information
#58AB8C (or 0x58AB8C) is known color: Keppel. HEX triplet: 58, AB and 8C. RGB value is (88,171,140). Sum of RGB (Red+Green+Blue) = 88+171+140=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB8C is #A75473. Grayscale: #8E8E8E. Windows color (decimal): -10966132 or 9218904. OLE color: 9218904.
HSL color Cylindrical-coordinate representation of color #58AB8C: hue angle of 157.59º 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 #58AB8C is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 140 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.33 |
| HSL | 157.59º | 0.33% | 0.51% | - |
| HSV(B) | 157.59º | 0.49% | 0.67% | - |
| XYZ | 23.32 | 33.09 | 29.97 | - |
| YUV | 142.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 140 | 0.49 | 0 | 0.18 | 0.33 | 157.59 | 0.33 | 0.51 |
| Hex | 58 | AB | 8C | 31 | 0 | 12 | 21 | 9E | 21 | 33 |
| Octal | 130 | 253 | 214 | 61 | 0 | 22 | 41 | 236 | 41 | 63 |
| Binary | 1011000 | 10101011 | 10001100 | 110001 | 0 | 10010 | 100001 | 10011110 | 100001 | 110011 |
Color Harmonies of #58AB8C
Complementary color
Monochromatic Colors of #58AB8C
Black with #58AB8C
Text Example
Text Example
White with #58AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB8C; }
p { color: rgb(88,171,140); }
H1.HeaderClassName
{
color: #58AB8C;
}
.AnyTagClassName
{
color: #58AB8C;
}
</style>
background-color css
<style>
a { background-color: #58AB8C; }
a { background-color: rgb(88,171,140); }
div.DivClassName
{
background-color: #58AB8C;
}
.BgClassName
{
background-color: #58AB8C;
}
</style>
border-color css
<style>
span { border-color: #58AB8C; }
span { border-color: rgb(88,171,140); }
td.TdClassName
{
border-color: #58AB8C;
}
.TagClassName
{
border-color: #58AB8C;
}
</style>