Shades of Ocean Green #57AF7B
Tints of Ocean Green #57AF7B
RGB
CMYK
RGB Variations
Color information
#57AF7B (or 0x57AF7B) is known color: Ocean Green. HEX triplet: 57, AF and 7B. RGB value is (87,175,123). Sum of RGB (Red+Green+Blue) = 87+175+123=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #57AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AF7B is #A85084. Grayscale: #8E8E8E. Windows color (decimal): -11030661 or 8105815. OLE color: 8105815.
HSL color Cylindrical-coordinate representation of color #57AF7B: hue angle of 144.55º 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 #57AF7B is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 123 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.31 |
| HSL | 144.55º | 0.35% | 0.51% | - |
| HSV(B) | 144.55º | 0.5% | 0.69% | - |
| XYZ | 22.84 | 34.12 | 24.12 | - |
| YUV | 142.76 | 116.85 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 123 | 0.50 | 0 | 0.30 | 0.31 | 144.55 | 0.35 | 0.51 |
| Hex | 57 | AF | 7B | 32 | 0 | 1E | 1F | 91 | 23 | 33 |
| Octal | 127 | 257 | 173 | 62 | 0 | 36 | 37 | 221 | 43 | 63 |
| Binary | 1010111 | 10101111 | 1111011 | 110010 | 0 | 11110 | 11111 | 10010001 | 100011 | 110011 |
Color Harmonies of #57AF7B
Complementary color
Monochromatic Colors of #57AF7B
Black with #57AF7B
Text Example
Text Example
White with #57AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AF7B; }
p { color: rgb(87,175,123); }
H1.HeaderClassName
{
color: #57AF7B;
}
.AnyTagClassName
{
color: #57AF7B;
}
</style>
background-color css
<style>
a { background-color: #57AF7B; }
a { background-color: rgb(87,175,123); }
div.DivClassName
{
background-color: #57AF7B;
}
.BgClassName
{
background-color: #57AF7B;
}
</style>
border-color css
<style>
span { border-color: #57AF7B; }
span { border-color: rgb(87,175,123); }
td.TdClassName
{
border-color: #57AF7B;
}
.TagClassName
{
border-color: #57AF7B;
}
</style>