Shades of Ocean Green #59AF7B
Tints of Ocean Green #59AF7B
RGB
CMYK
RGB Variations
Color information
#59AF7B (or 0x59AF7B) is known color: Ocean Green. HEX triplet: 59, AF and 7B. RGB value is (89,175,123). Sum of RGB (Red+Green+Blue) = 89+175+123=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF7B is #A65084. Grayscale: #8F8F8F. Windows color (decimal): -10899589 or 8105817. OLE color: 8105817.
HSL color Cylindrical-coordinate representation of color #59AF7B: hue angle of 143.72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AF7B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 123 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.31 |
| HSL | 143.72º | 0.35% | 0.52% | - |
| HSV(B) | 143.72º | 0.49% | 0.69% | - |
| XYZ | 23.02 | 34.21 | 24.13 | - |
| YUV | 143.36 | 116.51 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 123 | 0.49 | 0 | 0.30 | 0.31 | 143.72 | 0.35 | 0.52 |
| Hex | 59 | AF | 7B | 31 | 0 | 1E | 1F | 90 | 23 | 34 |
| Octal | 131 | 257 | 173 | 61 | 0 | 36 | 37 | 220 | 43 | 64 |
| Binary | 1011001 | 10101111 | 1111011 | 110001 | 0 | 11110 | 11111 | 10010000 | 100011 | 110100 |
Color Harmonies of #59AF7B
Complementary color
Monochromatic Colors of #59AF7B
Black with #59AF7B
Text Example
Text Example
White with #59AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AF7B; }
p { color: rgb(89,175,123); }
H1.HeaderClassName
{
color: #59AF7B;
}
.AnyTagClassName
{
color: #59AF7B;
}
</style>
background-color css
<style>
a { background-color: #59AF7B; }
a { background-color: rgb(89,175,123); }
div.DivClassName
{
background-color: #59AF7B;
}
.BgClassName
{
background-color: #59AF7B;
}
</style>
border-color css
<style>
span { border-color: #59AF7B; }
span { border-color: rgb(89,175,123); }
td.TdClassName
{
border-color: #59AF7B;
}
.TagClassName
{
border-color: #59AF7B;
}
</style>