Shades of Ocean Green #57A26B
Tints of Ocean Green #57A26B
RGB
CMYK
RGB Variations
Color information
#57A26B (or 0x57A26B) is known color: Ocean Green. HEX triplet: 57, A2 and 6B. RGB value is (87,162,107). Sum of RGB (Red+Green+Blue) = 87+162+107=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #57A26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A26B is #A85D94. Grayscale: #858585. Windows color (decimal): -11034005 or 7053911. OLE color: 7053911.
HSL color Cylindrical-coordinate representation of color #57A26B: hue angle of 136º 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 #57A26B is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 107 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.36 |
| HSL | 136º | 0.3% | 0.49% | - |
| HSV(B) | 136º | 0.46% | 0.64% | - |
| XYZ | 19.5 | 28.93 | 18.47 | - |
| YUV | 133.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 107 | 0.46 | 0 | 0.34 | 0.36 | 136 | 0.3 | 0.49 |
| Hex | 57 | A2 | 6B | 2E | 0 | 22 | 24 | 88 | 1E | 31 |
| Octal | 127 | 242 | 153 | 56 | 0 | 42 | 44 | 210 | 36 | 61 |
| Binary | 1010111 | 10100010 | 1101011 | 101110 | 0 | 100010 | 100100 | 10001000 | 11110 | 110001 |
Color Harmonies of #57A26B
Complementary color
Monochromatic Colors of #57A26B
Black with #57A26B
Text Example
Text Example
White with #57A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A26B; }
p { color: rgb(87,162,107); }
H1.HeaderClassName
{
color: #57A26B;
}
.AnyTagClassName
{
color: #57A26B;
}
</style>
background-color css
<style>
a { background-color: #57A26B; }
a { background-color: rgb(87,162,107); }
div.DivClassName
{
background-color: #57A26B;
}
.BgClassName
{
background-color: #57A26B;
}
</style>
border-color css
<style>
span { border-color: #57A26B; }
span { border-color: rgb(87,162,107); }
td.TdClassName
{
border-color: #57A26B;
}
.TagClassName
{
border-color: #57A26B;
}
</style>