Shades of Ocean Green #58A26E
Tints of Ocean Green #58A26E
RGB
CMYK
RGB Variations
Color information
#58A26E (or 0x58A26E) is known color: Ocean Green. HEX triplet: 58, A2 and 6E. RGB value is (88,162,110). Sum of RGB (Red+Green+Blue) = 88+162+110=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #58A26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A26E is #A75D91. Grayscale: #868686. Windows color (decimal): -10968466 or 7250520. OLE color: 7250520.
HSL color Cylindrical-coordinate representation of color #58A26E: hue angle of 137.84º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A26E is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 110 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.36 |
| HSL | 137.84º | 0.3% | 0.49% | - |
| HSV(B) | 137.84º | 0.46% | 0.64% | - |
| XYZ | 19.76 | 29.04 | 19.32 | - |
| YUV | 133.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 110 | 0.46 | 0 | 0.32 | 0.36 | 137.84 | 0.3 | 0.49 |
| Hex | 58 | A2 | 6E | 2E | 0 | 20 | 24 | 8A | 1E | 31 |
| Octal | 130 | 242 | 156 | 56 | 0 | 40 | 44 | 212 | 36 | 61 |
| Binary | 1011000 | 10100010 | 1101110 | 101110 | 0 | 100000 | 100100 | 10001010 | 11110 | 110001 |
Color Harmonies of #58A26E
Complementary color
Monochromatic Colors of #58A26E
Black with #58A26E
Text Example
Text Example
White with #58A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A26E; }
p { color: rgb(88,162,110); }
H1.HeaderClassName
{
color: #58A26E;
}
.AnyTagClassName
{
color: #58A26E;
}
</style>
background-color css
<style>
a { background-color: #58A26E; }
a { background-color: rgb(88,162,110); }
div.DivClassName
{
background-color: #58A26E;
}
.BgClassName
{
background-color: #58A26E;
}
</style>
border-color css
<style>
span { border-color: #58A26E; }
span { border-color: rgb(88,162,110); }
td.TdClassName
{
border-color: #58A26E;
}
.TagClassName
{
border-color: #58A26E;
}
</style>