Shades of Ocean Green #57AB74
Tints of Ocean Green #57AB74
RGB
CMYK
RGB Variations
Color information
#57AB74 (or 0x57AB74) is known color: Ocean Green. HEX triplet: 57, AB and 74. RGB value is (87,171,116). Sum of RGB (Red+Green+Blue) = 87+171+116=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB74 is #A8548B. Grayscale: #8B8B8B. Windows color (decimal): -11031692 or 7646039. OLE color: 7646039.
HSL color Cylindrical-coordinate representation of color #57AB74: hue angle of 140.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AB74 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 171 | 116 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.33 |
| HSL | 140.71º | 0.33% | 0.51% | - |
| HSV(B) | 140.71º | 0.49% | 0.67% | - |
| XYZ | 21.65 | 32.41 | 21.64 | - |
| YUV | 139.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 116 | 0.49 | 0 | 0.32 | 0.33 | 140.71 | 0.33 | 0.51 |
| Hex | 57 | AB | 74 | 31 | 0 | 20 | 21 | 8D | 21 | 33 |
| Octal | 127 | 253 | 164 | 61 | 0 | 40 | 41 | 215 | 41 | 63 |
| Binary | 1010111 | 10101011 | 1110100 | 110001 | 0 | 100000 | 100001 | 10001101 | 100001 | 110011 |
Color Harmonies of #57AB74
Complementary color
Monochromatic Colors of #57AB74
Black with #57AB74
Text Example
Text Example
White with #57AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AB74; }
p { color: rgb(87,171,116); }
H1.HeaderClassName
{
color: #57AB74;
}
.AnyTagClassName
{
color: #57AB74;
}
</style>
background-color css
<style>
a { background-color: #57AB74; }
a { background-color: rgb(87,171,116); }
div.DivClassName
{
background-color: #57AB74;
}
.BgClassName
{
background-color: #57AB74;
}
</style>
border-color css
<style>
span { border-color: #57AB74; }
span { border-color: rgb(87,171,116); }
td.TdClassName
{
border-color: #57AB74;
}
.TagClassName
{
border-color: #57AB74;
}
</style>