Shades of Fern #58AC68
Tints of Fern #58AC68
RGB
CMYK
RGB Variations
Color information
#58AC68 (or 0x58AC68) is known color: Fern. HEX triplet: 58, AC and 68. RGB value is (88,172,104). Sum of RGB (Red+Green+Blue) = 88+172+104=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AC68 is #A75397. Grayscale: #8B8B8B. Windows color (decimal): -10965912 or 6859864. OLE color: 6859864.
HSL color Cylindrical-coordinate representation of color #58AC68: hue angle of 131.43º degrees, saturation: 0.34, 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 #58AC68 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 172 | 104 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.33 |
| HSL | 131.43º | 0.34% | 0.51% | - |
| HSV(B) | 131.43º | 0.49% | 0.67% | - |
| XYZ | 21.28 | 32.58 | 18.26 | - |
| YUV | 139.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 104 | 0.49 | 0 | 0.40 | 0.33 | 131.43 | 0.34 | 0.51 |
| Hex | 58 | AC | 68 | 31 | 0 | 28 | 21 | 83 | 22 | 33 |
| Octal | 130 | 254 | 150 | 61 | 0 | 50 | 41 | 203 | 42 | 63 |
| Binary | 1011000 | 10101100 | 1101000 | 110001 | 0 | 101000 | 100001 | 10000011 | 100010 | 110011 |
Color Harmonies of #58AC68
Complementary color
Monochromatic Colors of #58AC68
Black with #58AC68
Text Example
Text Example
White with #58AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AC68; }
p { color: rgb(88,172,104); }
H1.HeaderClassName
{
color: #58AC68;
}
.AnyTagClassName
{
color: #58AC68;
}
</style>
background-color css
<style>
a { background-color: #58AC68; }
a { background-color: rgb(88,172,104); }
div.DivClassName
{
background-color: #58AC68;
}
.BgClassName
{
background-color: #58AC68;
}
</style>
border-color css
<style>
span { border-color: #58AC68; }
span { border-color: rgb(88,172,104); }
td.TdClassName
{
border-color: #58AC68;
}
.TagClassName
{
border-color: #58AC68;
}
</style>