Shades of Ocean Green #57AC77
Tints of Ocean Green #57AC77
RGB
CMYK
RGB Variations
Color information
#57AC77 (or 0x57AC77) is known color: Ocean Green. HEX triplet: 57, AC and 77. RGB value is (87,172,119). Sum of RGB (Red+Green+Blue) = 87+172+119=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #57AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AC77 is #A85388. Grayscale: #8C8C8C. Windows color (decimal): -11031433 or 7842903. OLE color: 7842903.
HSL color Cylindrical-coordinate representation of color #57AC77: hue angle of 142.59º degrees, saturation: 0.34, 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 #57AC77 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 172 | 119 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.33 |
| HSL | 142.59º | 0.34% | 0.51% | - |
| HSV(B) | 142.59º | 0.49% | 0.67% | - |
| XYZ | 22.01 | 32.86 | 22.64 | - |
| YUV | 140.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 172 | 119 | 0.49 | 0 | 0.31 | 0.33 | 142.59 | 0.34 | 0.51 |
| Hex | 57 | AC | 77 | 31 | 0 | 1F | 21 | 8F | 22 | 33 |
| Octal | 127 | 254 | 167 | 61 | 0 | 37 | 41 | 217 | 42 | 63 |
| Binary | 1010111 | 10101100 | 1110111 | 110001 | 0 | 11111 | 100001 | 10001111 | 100010 | 110011 |
Color Harmonies of #57AC77
Complementary color
Monochromatic Colors of #57AC77
Black with #57AC77
Text Example
Text Example
White with #57AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AC77; }
p { color: rgb(87,172,119); }
H1.HeaderClassName
{
color: #57AC77;
}
.AnyTagClassName
{
color: #57AC77;
}
</style>
background-color css
<style>
a { background-color: #57AC77; }
a { background-color: rgb(87,172,119); }
div.DivClassName
{
background-color: #57AC77;
}
.BgClassName
{
background-color: #57AC77;
}
</style>
border-color css
<style>
span { border-color: #57AC77; }
span { border-color: rgb(87,172,119); }
td.TdClassName
{
border-color: #57AC77;
}
.TagClassName
{
border-color: #57AC77;
}
</style>