Shades of Ocean Green #58AA7B
Tints of Ocean Green #58AA7B
RGB
CMYK
RGB Variations
Color information
#58AA7B (or 0x58AA7B) is known color: Ocean Green. HEX triplet: 58, AA and 7B. RGB value is (88,170,123). Sum of RGB (Red+Green+Blue) = 88+170+123=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA7B is #A75584. Grayscale: #8C8C8C. Windows color (decimal): -10966405 or 8104536. OLE color: 8104536.
HSL color Cylindrical-coordinate representation of color #58AA7B: hue angle of 145.61º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA7B is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 123 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.33 |
| HSL | 145.61º | 0.33% | 0.51% | - |
| HSV(B) | 145.61º | 0.48% | 0.67% | - |
| XYZ | 21.97 | 32.25 | 23.81 | - |
| YUV | 140.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 123 | 0.48 | 0 | 0.28 | 0.33 | 145.61 | 0.33 | 0.51 |
| Hex | 58 | AA | 7B | 30 | 0 | 1C | 21 | 92 | 21 | 33 |
| Octal | 130 | 252 | 173 | 60 | 0 | 34 | 41 | 222 | 41 | 63 |
| Binary | 1011000 | 10101010 | 1111011 | 110000 | 0 | 11100 | 100001 | 10010010 | 100001 | 110011 |
Color Harmonies of #58AA7B
Complementary color
Monochromatic Colors of #58AA7B
Black with #58AA7B
Text Example
Text Example
White with #58AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AA7B; }
p { color: rgb(88,170,123); }
H1.HeaderClassName
{
color: #58AA7B;
}
.AnyTagClassName
{
color: #58AA7B;
}
</style>
background-color css
<style>
a { background-color: #58AA7B; }
a { background-color: rgb(88,170,123); }
div.DivClassName
{
background-color: #58AA7B;
}
.BgClassName
{
background-color: #58AA7B;
}
</style>
border-color css
<style>
span { border-color: #58AA7B; }
span { border-color: rgb(88,170,123); }
td.TdClassName
{
border-color: #58AA7B;
}
.TagClassName
{
border-color: #58AA7B;
}
</style>