Shades of Ocean Green #57A27C
Tints of Ocean Green #57A27C
RGB
CMYK
RGB Variations
Color information
#57A27C (or 0x57A27C) is known color: Ocean Green. HEX triplet: 57, A2 and 7C. RGB value is (87,162,124). Sum of RGB (Red+Green+Blue) = 87+162+124=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #57A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A27C is #A85D83. Grayscale: #878787. Windows color (decimal): -11033988 or 8168023. OLE color: 8168023.
HSL color Cylindrical-coordinate representation of color #57A27C: hue angle of 149.6º 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 #57A27C is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 124 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.36 |
| HSL | 149.6º | 0.3% | 0.49% | - |
| HSV(B) | 149.6º | 0.46% | 0.64% | - |
| XYZ | 20.49 | 29.32 | 23.65 | - |
| YUV | 135.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 124 | 0.46 | 0 | 0.23 | 0.36 | 149.6 | 0.3 | 0.49 |
| Hex | 57 | A2 | 7C | 2E | 0 | 17 | 24 | 96 | 1E | 31 |
| Octal | 127 | 242 | 174 | 56 | 0 | 27 | 44 | 226 | 36 | 61 |
| Binary | 1010111 | 10100010 | 1111100 | 101110 | 0 | 10111 | 100100 | 10010110 | 11110 | 110001 |
Color Harmonies of #57A27C
Complementary color
Monochromatic Colors of #57A27C
Black with #57A27C
Text Example
Text Example
White with #57A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A27C; }
p { color: rgb(87,162,124); }
H1.HeaderClassName
{
color: #57A27C;
}
.AnyTagClassName
{
color: #57A27C;
}
</style>
background-color css
<style>
a { background-color: #57A27C; }
a { background-color: rgb(87,162,124); }
div.DivClassName
{
background-color: #57A27C;
}
.BgClassName
{
background-color: #57A27C;
}
</style>
border-color css
<style>
span { border-color: #57A27C; }
span { border-color: rgb(87,162,124); }
td.TdClassName
{
border-color: #57A27C;
}
.TagClassName
{
border-color: #57A27C;
}
</style>