Shades of Ocean Green #57AA7C
Tints of Ocean Green #57AA7C
RGB
CMYK
RGB Variations
Color information
#57AA7C (or 0x57AA7C) is known color: Ocean Green. HEX triplet: 57, AA and 7C. RGB value is (87,170,124). Sum of RGB (Red+Green+Blue) = 87+170+124=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AA7C is #A85583. Grayscale: #8C8C8C. Windows color (decimal): -11031940 or 8170071. OLE color: 8170071.
HSL color Cylindrical-coordinate representation of color #57AA7C: hue angle of 146.75º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AA7C is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 170 | 124 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.33 |
| HSL | 146.75º | 0.33% | 0.5% | - |
| HSV(B) | 146.75º | 0.49% | 0.67% | - |
| XYZ | 21.94 | 32.23 | 24.13 | - |
| YUV | 139.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 124 | 0.49 | 0 | 0.27 | 0.33 | 146.75 | 0.33 | 0.5 |
| Hex | 57 | AA | 7C | 31 | 0 | 1B | 21 | 93 | 21 | 32 |
| Octal | 127 | 252 | 174 | 61 | 0 | 33 | 41 | 223 | 41 | 62 |
| Binary | 1010111 | 10101010 | 1111100 | 110001 | 0 | 11011 | 100001 | 10010011 | 100001 | 110010 |
Color Harmonies of #57AA7C
Complementary color
Monochromatic Colors of #57AA7C
Black with #57AA7C
Text Example
Text Example
White with #57AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AA7C; }
p { color: rgb(87,170,124); }
H1.HeaderClassName
{
color: #57AA7C;
}
.AnyTagClassName
{
color: #57AA7C;
}
</style>
background-color css
<style>
a { background-color: #57AA7C; }
a { background-color: rgb(87,170,124); }
div.DivClassName
{
background-color: #57AA7C;
}
.BgClassName
{
background-color: #57AA7C;
}
</style>
border-color css
<style>
span { border-color: #57AA7C; }
span { border-color: rgb(87,170,124); }
td.TdClassName
{
border-color: #57AA7C;
}
.TagClassName
{
border-color: #57AA7C;
}
</style>