Shades of Ocean Green #57B375
Tints of Ocean Green #57B375
RGB
CMYK
RGB Variations
Color information
#57B375 (or 0x57B375) is known color: Ocean Green. HEX triplet: 57, B3 and 75. RGB value is (87,179,117). Sum of RGB (Red+Green+Blue) = 87+179+117=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #57B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B375 is #A84C8A. Grayscale: #909090. Windows color (decimal): -11029643 or 7713623. OLE color: 7713623.
HSL color Cylindrical-coordinate representation of color #57B375: hue angle of 139.57º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B375 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 179 | 117 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.30 |
| HSL | 139.57º | 0.38% | 0.52% | - |
| HSV(B) | 139.57º | 0.51% | 0.7% | - |
| XYZ | 23.26 | 35.55 | 22.47 | - |
| YUV | 144.42 | 112.52 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 179 | 117 | 0.51 | 0 | 0.35 | 0.30 | 139.57 | 0.38 | 0.52 |
| Hex | 57 | B3 | 75 | 33 | 0 | 23 | 1E | 8C | 26 | 34 |
| Octal | 127 | 263 | 165 | 63 | 0 | 43 | 36 | 214 | 46 | 64 |
| Binary | 1010111 | 10110011 | 1110101 | 110011 | 0 | 100011 | 11110 | 10001100 | 100110 | 110100 |
Color Harmonies of #57B375
Complementary color
Monochromatic Colors of #57B375
Black with #57B375
Text Example
Text Example
White with #57B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B375; }
p { color: rgb(87,179,117); }
H1.HeaderClassName
{
color: #57B375;
}
.AnyTagClassName
{
color: #57B375;
}
</style>
background-color css
<style>
a { background-color: #57B375; }
a { background-color: rgb(87,179,117); }
div.DivClassName
{
background-color: #57B375;
}
.BgClassName
{
background-color: #57B375;
}
</style>
border-color css
<style>
span { border-color: #57B375; }
span { border-color: rgb(87,179,117); }
td.TdClassName
{
border-color: #57B375;
}
.TagClassName
{
border-color: #57B375;
}
</style>