Shades of Ocean Green #57AF81
Tints of Ocean Green #57AF81
RGB
CMYK
RGB Variations
Color information
#57AF81 (or 0x57AF81) is known color: Ocean Green. HEX triplet: 57, AF and 81. RGB value is (87,175,129). Sum of RGB (Red+Green+Blue) = 87+175+129=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #57AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AF81 is #A8507E. Grayscale: #8F8F8F. Windows color (decimal): -11030655 or 8499031. OLE color: 8499031.
HSL color Cylindrical-coordinate representation of color #57AF81: hue angle of 148.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AF81 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 129 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.31 |
| HSL | 148.64º | 0.35% | 0.51% | - |
| HSV(B) | 148.64º | 0.5% | 0.69% | - |
| XYZ | 23.22 | 34.27 | 26.16 | - |
| YUV | 143.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 129 | 0.50 | 0 | 0.26 | 0.31 | 148.64 | 0.35 | 0.51 |
| Hex | 57 | AF | 81 | 32 | 0 | 1A | 1F | 95 | 23 | 33 |
| Octal | 127 | 257 | 201 | 62 | 0 | 32 | 37 | 225 | 43 | 63 |
| Binary | 1010111 | 10101111 | 10000001 | 110010 | 0 | 11010 | 11111 | 10010101 | 100011 | 110011 |
Color Harmonies of #57AF81
Complementary color
Monochromatic Colors of #57AF81
Black with #57AF81
Text Example
Text Example
White with #57AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AF81; }
p { color: rgb(87,175,129); }
H1.HeaderClassName
{
color: #57AF81;
}
.AnyTagClassName
{
color: #57AF81;
}
</style>
background-color css
<style>
a { background-color: #57AF81; }
a { background-color: rgb(87,175,129); }
div.DivClassName
{
background-color: #57AF81;
}
.BgClassName
{
background-color: #57AF81;
}
</style>
border-color css
<style>
span { border-color: #57AF81; }
span { border-color: rgb(87,175,129); }
td.TdClassName
{
border-color: #57AF81;
}
.TagClassName
{
border-color: #57AF81;
}
</style>