Shades of Ocean Green #57A878
Tints of Ocean Green #57A878
RGB
CMYK
RGB Variations
Color information
#57A878 (or 0x57A878) is known color: Ocean Green. HEX triplet: 57, A8 and 78. RGB value is (87,168,120). Sum of RGB (Red+Green+Blue) = 87+168+120=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #57A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A878 is #A85787. Grayscale: #8A8A8A. Windows color (decimal): -11032456 or 7907415. OLE color: 7907415.
HSL color Cylindrical-coordinate representation of color #57A878: hue angle of 144.44º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A878 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 168 | 120 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.34 |
| HSL | 144.44º | 0.32% | 0.5% | - |
| HSV(B) | 144.44º | 0.48% | 0.66% | - |
| XYZ | 21.32 | 31.39 | 22.7 | - |
| YUV | 138.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 120 | 0.48 | 0 | 0.29 | 0.34 | 144.44 | 0.32 | 0.5 |
| Hex | 57 | A8 | 78 | 30 | 0 | 1D | 22 | 90 | 20 | 32 |
| Octal | 127 | 250 | 170 | 60 | 0 | 35 | 42 | 220 | 40 | 62 |
| Binary | 1010111 | 10101000 | 1111000 | 110000 | 0 | 11101 | 100010 | 10010000 | 100000 | 110010 |
Color Harmonies of #57A878
Complementary color
Monochromatic Colors of #57A878
Black with #57A878
Text Example
Text Example
White with #57A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A878; }
p { color: rgb(87,168,120); }
H1.HeaderClassName
{
color: #57A878;
}
.AnyTagClassName
{
color: #57A878;
}
</style>
background-color css
<style>
a { background-color: #57A878; }
a { background-color: rgb(87,168,120); }
div.DivClassName
{
background-color: #57A878;
}
.BgClassName
{
background-color: #57A878;
}
</style>
border-color css
<style>
span { border-color: #57A878; }
span { border-color: rgb(87,168,120); }
td.TdClassName
{
border-color: #57A878;
}
.TagClassName
{
border-color: #57A878;
}
</style>