Shades of Ocean Green #58AC7B
Tints of Ocean Green #58AC7B
RGB
CMYK
RGB Variations
Color information
#58AC7B (or 0x58AC7B) is known color: Ocean Green. HEX triplet: 58, AC and 7B. RGB value is (88,172,123). Sum of RGB (Red+Green+Blue) = 88+172+123=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AC7B is #A75384. Grayscale: #8D8D8D. Windows color (decimal): -10965893 or 8105048. OLE color: 8105048.
HSL color Cylindrical-coordinate representation of color #58AC7B: hue angle of 145º 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 #58AC7B is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 172 | 123 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.33 |
| HSL | 145º | 0.34% | 0.51% | - |
| HSV(B) | 145º | 0.49% | 0.67% | - |
| XYZ | 22.35 | 33.01 | 23.93 | - |
| YUV | 141.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 123 | 0.49 | 0 | 0.28 | 0.33 | 145 | 0.34 | 0.51 |
| Hex | 58 | AC | 7B | 31 | 0 | 1C | 21 | 91 | 22 | 33 |
| Octal | 130 | 254 | 173 | 61 | 0 | 34 | 41 | 221 | 42 | 63 |
| Binary | 1011000 | 10101100 | 1111011 | 110001 | 0 | 11100 | 100001 | 10010001 | 100010 | 110011 |
Color Harmonies of #58AC7B
Complementary color
Monochromatic Colors of #58AC7B
Black with #58AC7B
Text Example
Text Example
White with #58AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AC7B; }
p { color: rgb(88,172,123); }
H1.HeaderClassName
{
color: #58AC7B;
}
.AnyTagClassName
{
color: #58AC7B;
}
</style>
background-color css
<style>
a { background-color: #58AC7B; }
a { background-color: rgb(88,172,123); }
div.DivClassName
{
background-color: #58AC7B;
}
.BgClassName
{
background-color: #58AC7B;
}
</style>
border-color css
<style>
span { border-color: #58AC7B; }
span { border-color: rgb(88,172,123); }
td.TdClassName
{
border-color: #58AC7B;
}
.TagClassName
{
border-color: #58AC7B;
}
</style>