Shades of Ocean Green #57A679
Tints of Ocean Green #57A679
RGB
CMYK
RGB Variations
Color information
#57A679 (or 0x57A679) is known color: Ocean Green. HEX triplet: 57, A6 and 79. RGB value is (87,166,121). Sum of RGB (Red+Green+Blue) = 87+166+121=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #57A679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A679 is #A85986. Grayscale: #898989. Windows color (decimal): -11032967 or 7972439. OLE color: 7972439.
HSL color Cylindrical-coordinate representation of color #57A679: hue angle of 145.82º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A679 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 166 | 121 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.35 |
| HSL | 145.82º | 0.31% | 0.5% | - |
| HSV(B) | 145.82º | 0.48% | 0.65% | - |
| XYZ | 21.02 | 30.68 | 22.9 | - |
| YUV | 137.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 166 | 121 | 0.48 | 0 | 0.27 | 0.35 | 145.82 | 0.31 | 0.5 |
| Hex | 57 | A6 | 79 | 30 | 0 | 1B | 23 | 92 | 1F | 32 |
| Octal | 127 | 246 | 171 | 60 | 0 | 33 | 43 | 222 | 37 | 62 |
| Binary | 1010111 | 10100110 | 1111001 | 110000 | 0 | 11011 | 100011 | 10010010 | 11111 | 110010 |
Color Harmonies of #57A679
Complementary color
Monochromatic Colors of #57A679
Black with #57A679
Text Example
Text Example
White with #57A679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A679; }
p { color: rgb(87,166,121); }
H1.HeaderClassName
{
color: #57A679;
}
.AnyTagClassName
{
color: #57A679;
}
</style>
background-color css
<style>
a { background-color: #57A679; }
a { background-color: rgb(87,166,121); }
div.DivClassName
{
background-color: #57A679;
}
.BgClassName
{
background-color: #57A679;
}
</style>
border-color css
<style>
span { border-color: #57A679; }
span { border-color: rgb(87,166,121); }
td.TdClassName
{
border-color: #57A679;
}
.TagClassName
{
border-color: #57A679;
}
</style>