Shades of Ocean Green #57A87D
Tints of Ocean Green #57A87D
RGB
CMYK
RGB Variations
Color information
#57A87D (or 0x57A87D) is known color: Ocean Green. HEX triplet: 57, A8 and 7D. RGB value is (87,168,125). Sum of RGB (Red+Green+Blue) = 87+168+125=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #57A87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A87D is #A85782. Grayscale: #8A8A8A. Windows color (decimal): -11032451 or 8235095. OLE color: 8235095.
HSL color Cylindrical-coordinate representation of color #57A87D: hue angle of 148.15º 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 #57A87D is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 168 | 125 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.34 |
| HSL | 148.15º | 0.32% | 0.5% | - |
| HSV(B) | 148.15º | 0.48% | 0.66% | - |
| XYZ | 21.63 | 31.51 | 24.34 | - |
| YUV | 138.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 125 | 0.48 | 0 | 0.26 | 0.34 | 148.15 | 0.32 | 0.5 |
| Hex | 57 | A8 | 7D | 30 | 0 | 1A | 22 | 94 | 20 | 32 |
| Octal | 127 | 250 | 175 | 60 | 0 | 32 | 42 | 224 | 40 | 62 |
| Binary | 1010111 | 10101000 | 1111101 | 110000 | 0 | 11010 | 100010 | 10010100 | 100000 | 110010 |
Color Harmonies of #57A87D
Complementary color
Monochromatic Colors of #57A87D
Black with #57A87D
Text Example
Text Example
White with #57A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A87D; }
p { color: rgb(87,168,125); }
H1.HeaderClassName
{
color: #57A87D;
}
.AnyTagClassName
{
color: #57A87D;
}
</style>
background-color css
<style>
a { background-color: #57A87D; }
a { background-color: rgb(87,168,125); }
div.DivClassName
{
background-color: #57A87D;
}
.BgClassName
{
background-color: #57A87D;
}
</style>
border-color css
<style>
span { border-color: #57A87D; }
span { border-color: rgb(87,168,125); }
td.TdClassName
{
border-color: #57A87D;
}
.TagClassName
{
border-color: #57A87D;
}
</style>