Shades of Ocean Green #57AF7E
Tints of Ocean Green #57AF7E
RGB
CMYK
RGB Variations
Color information
#57AF7E (or 0x57AF7E) is known color: Ocean Green. HEX triplet: 57, AF and 7E. RGB value is (87,175,126). Sum of RGB (Red+Green+Blue) = 87+175+126=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #57AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AF7E is #A85081. Grayscale: #8F8F8F. Windows color (decimal): -11030658 or 8302423. OLE color: 8302423.
HSL color Cylindrical-coordinate representation of color #57AF7E: hue angle of 146.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AF7E is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 126 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.31 |
| HSL | 146.59º | 0.35% | 0.51% | - |
| HSV(B) | 146.59º | 0.5% | 0.69% | - |
| XYZ | 23.03 | 34.19 | 25.12 | - |
| YUV | 143.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 126 | 0.50 | 0 | 0.28 | 0.31 | 146.59 | 0.35 | 0.51 |
| Hex | 57 | AF | 7E | 32 | 0 | 1C | 1F | 93 | 23 | 33 |
| Octal | 127 | 257 | 176 | 62 | 0 | 34 | 37 | 223 | 43 | 63 |
| Binary | 1010111 | 10101111 | 1111110 | 110010 | 0 | 11100 | 11111 | 10010011 | 100011 | 110011 |
Color Harmonies of #57AF7E
Complementary color
Monochromatic Colors of #57AF7E
Black with #57AF7E
Text Example
Text Example
White with #57AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AF7E; }
p { color: rgb(87,175,126); }
H1.HeaderClassName
{
color: #57AF7E;
}
.AnyTagClassName
{
color: #57AF7E;
}
</style>
background-color css
<style>
a { background-color: #57AF7E; }
a { background-color: rgb(87,175,126); }
div.DivClassName
{
background-color: #57AF7E;
}
.BgClassName
{
background-color: #57AF7E;
}
</style>
border-color css
<style>
span { border-color: #57AF7E; }
span { border-color: rgb(87,175,126); }
td.TdClassName
{
border-color: #57AF7E;
}
.TagClassName
{
border-color: #57AF7E;
}
</style>