Shades of Ocean Green #58AB7B
Tints of Ocean Green #58AB7B
RGB
CMYK
RGB Variations
Color information
#58AB7B (or 0x58AB7B) is known color: Ocean Green. HEX triplet: 58, AB and 7B. RGB value is (88,171,123). Sum of RGB (Red+Green+Blue) = 88+171+123=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB7B is #A75484. Grayscale: #8C8C8C. Windows color (decimal): -10966149 or 8104792. OLE color: 8104792.
HSL color Cylindrical-coordinate representation of color #58AB7B: hue angle of 145.3º 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 #58AB7B is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 123 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.33 |
| HSL | 145.3º | 0.33% | 0.51% | - |
| HSV(B) | 145.3º | 0.49% | 0.67% | - |
| XYZ | 22.16 | 32.63 | 23.87 | - |
| YUV | 140.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 123 | 0.49 | 0 | 0.28 | 0.33 | 145.3 | 0.33 | 0.51 |
| Hex | 58 | AB | 7B | 31 | 0 | 1C | 21 | 91 | 21 | 33 |
| Octal | 130 | 253 | 173 | 61 | 0 | 34 | 41 | 221 | 41 | 63 |
| Binary | 1011000 | 10101011 | 1111011 | 110001 | 0 | 11100 | 100001 | 10010001 | 100001 | 110011 |
Color Harmonies of #58AB7B
Complementary color
Monochromatic Colors of #58AB7B
Black with #58AB7B
Text Example
Text Example
White with #58AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB7B; }
p { color: rgb(88,171,123); }
H1.HeaderClassName
{
color: #58AB7B;
}
.AnyTagClassName
{
color: #58AB7B;
}
</style>
background-color css
<style>
a { background-color: #58AB7B; }
a { background-color: rgb(88,171,123); }
div.DivClassName
{
background-color: #58AB7B;
}
.BgClassName
{
background-color: #58AB7B;
}
</style>
border-color css
<style>
span { border-color: #58AB7B; }
span { border-color: rgb(88,171,123); }
td.TdClassName
{
border-color: #58AB7B;
}
.TagClassName
{
border-color: #58AB7B;
}
</style>