Shades of Ocean Green #58AF7B
Tints of Ocean Green #58AF7B
RGB
CMYK
RGB Variations
Color information
#58AF7B (or 0x58AF7B) is known color: Ocean Green. HEX triplet: 58, AF and 7B. RGB value is (88,175,123). Sum of RGB (Red+Green+Blue) = 88+175+123=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF7B is #A75084. Grayscale: #8F8F8F. Windows color (decimal): -10965125 or 8105816. OLE color: 8105816.
HSL color Cylindrical-coordinate representation of color #58AF7B: hue angle of 144.14º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AF7B is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 175 | 123 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.31 |
| HSL | 144.14º | 0.35% | 0.52% | - |
| HSV(B) | 144.14º | 0.5% | 0.69% | - |
| XYZ | 22.93 | 34.16 | 24.12 | - |
| YUV | 143.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 123 | 0.50 | 0 | 0.30 | 0.31 | 144.14 | 0.35 | 0.52 |
| Hex | 58 | AF | 7B | 32 | 0 | 1E | 1F | 90 | 23 | 34 |
| Octal | 130 | 257 | 173 | 62 | 0 | 36 | 37 | 220 | 43 | 64 |
| Binary | 1011000 | 10101111 | 1111011 | 110010 | 0 | 11110 | 11111 | 10010000 | 100011 | 110100 |
Color Harmonies of #58AF7B
Complementary color
Monochromatic Colors of #58AF7B
Black with #58AF7B
Text Example
Text Example
White with #58AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AF7B; }
p { color: rgb(88,175,123); }
H1.HeaderClassName
{
color: #58AF7B;
}
.AnyTagClassName
{
color: #58AF7B;
}
</style>
background-color css
<style>
a { background-color: #58AF7B; }
a { background-color: rgb(88,175,123); }
div.DivClassName
{
background-color: #58AF7B;
}
.BgClassName
{
background-color: #58AF7B;
}
</style>
border-color css
<style>
span { border-color: #58AF7B; }
span { border-color: rgb(88,175,123); }
td.TdClassName
{
border-color: #58AF7B;
}
.TagClassName
{
border-color: #58AF7B;
}
</style>