Shades of Ocean Green #57A37E
Tints of Ocean Green #57A37E
RGB
CMYK
RGB Variations
Color information
#57A37E (or 0x57A37E) is known color: Ocean Green. HEX triplet: 57, A3 and 7E. RGB value is (87,163,126). Sum of RGB (Red+Green+Blue) = 87+163+126=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #57A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A37E is #A85C81. Grayscale: #888888. Windows color (decimal): -11033730 or 8299351. OLE color: 8299351.
HSL color Cylindrical-coordinate representation of color #57A37E: hue angle of 150.79º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A37E is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 163 | 126 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.36 |
| HSL | 150.79º | 0.3% | 0.49% | - |
| HSV(B) | 150.79º | 0.47% | 0.64% | - |
| XYZ | 20.79 | 29.73 | 24.38 | - |
| YUV | 136.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 126 | 0.47 | 0 | 0.23 | 0.36 | 150.79 | 0.3 | 0.49 |
| Hex | 57 | A3 | 7E | 2F | 0 | 17 | 24 | 97 | 1E | 31 |
| Octal | 127 | 243 | 176 | 57 | 0 | 27 | 44 | 227 | 36 | 61 |
| Binary | 1010111 | 10100011 | 1111110 | 101111 | 0 | 10111 | 100100 | 10010111 | 11110 | 110001 |
Color Harmonies of #57A37E
Complementary color
Monochromatic Colors of #57A37E
Black with #57A37E
Text Example
Text Example
White with #57A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A37E; }
p { color: rgb(87,163,126); }
H1.HeaderClassName
{
color: #57A37E;
}
.AnyTagClassName
{
color: #57A37E;
}
</style>
background-color css
<style>
a { background-color: #57A37E; }
a { background-color: rgb(87,163,126); }
div.DivClassName
{
background-color: #57A37E;
}
.BgClassName
{
background-color: #57A37E;
}
</style>
border-color css
<style>
span { border-color: #57A37E; }
span { border-color: rgb(87,163,126); }
td.TdClassName
{
border-color: #57A37E;
}
.TagClassName
{
border-color: #57A37E;
}
</style>