Shades of Ocean Green #57A279
Tints of Ocean Green #57A279
RGB
CMYK
RGB Variations
Color information
#57A279 (or 0x57A279) is known color: Ocean Green. HEX triplet: 57, A2 and 79. RGB value is (87,162,121). Sum of RGB (Red+Green+Blue) = 87+162+121=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #57A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A279 is #A85D86. Grayscale: #868686. Windows color (decimal): -11033991 or 7971415. OLE color: 7971415.
HSL color Cylindrical-coordinate representation of color #57A279: hue angle of 147.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A279 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 121 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.36 |
| HSL | 147.2º | 0.3% | 0.49% | - |
| HSV(B) | 147.2º | 0.46% | 0.64% | - |
| XYZ | 20.3 | 29.25 | 22.66 | - |
| YUV | 134.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 121 | 0.46 | 0 | 0.25 | 0.36 | 147.2 | 0.3 | 0.49 |
| Hex | 57 | A2 | 79 | 2E | 0 | 19 | 24 | 93 | 1E | 31 |
| Octal | 127 | 242 | 171 | 56 | 0 | 31 | 44 | 223 | 36 | 61 |
| Binary | 1010111 | 10100010 | 1111001 | 101110 | 0 | 11001 | 100100 | 10010011 | 11110 | 110001 |
Color Harmonies of #57A279
Complementary color
Monochromatic Colors of #57A279
Black with #57A279
Text Example
Text Example
White with #57A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A279; }
p { color: rgb(87,162,121); }
H1.HeaderClassName
{
color: #57A279;
}
.AnyTagClassName
{
color: #57A279;
}
</style>
background-color css
<style>
a { background-color: #57A279; }
a { background-color: rgb(87,162,121); }
div.DivClassName
{
background-color: #57A279;
}
.BgClassName
{
background-color: #57A279;
}
</style>
border-color css
<style>
span { border-color: #57A279; }
span { border-color: rgb(87,162,121); }
td.TdClassName
{
border-color: #57A279;
}
.TagClassName
{
border-color: #57A279;
}
</style>