Shades of Ocean Green #5DAE77
Tints of Ocean Green #5DAE77
RGB
CMYK
RGB Variations
Color information
#5DAE77 (or 0x5DAE77) is known color: Ocean Green. HEX triplet: 5D, AE and 77. RGB value is (93,174,119). Sum of RGB (Red+Green+Blue) = 93+174+119=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE77 is #A25188. Grayscale: #8F8F8F. Windows color (decimal): -10637705 or 7843421. OLE color: 7843421.
HSL color Cylindrical-coordinate representation of color #5DAE77: hue angle of 139.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAE77 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 119 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.32 |
| HSL | 139.26º | 0.33% | 0.52% | - |
| HSV(B) | 139.26º | 0.47% | 0.68% | - |
| XYZ | 22.98 | 33.93 | 22.79 | - |
| YUV | 143.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 119 | 0.47 | 0 | 0.32 | 0.32 | 139.26 | 0.33 | 0.52 |
| Hex | 5D | AE | 77 | 2F | 0 | 20 | 20 | 8B | 21 | 34 |
| Octal | 135 | 256 | 167 | 57 | 0 | 40 | 40 | 213 | 41 | 64 |
| Binary | 1011101 | 10101110 | 1110111 | 101111 | 0 | 100000 | 100000 | 10001011 | 100001 | 110100 |
Color Harmonies of #5DAE77
Complementary color
Monochromatic Colors of #5DAE77
Black with #5DAE77
Text Example
Text Example
White with #5DAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE77; }
p { color: rgb(93,174,119); }
H1.HeaderClassName
{
color: #5DAE77;
}
.AnyTagClassName
{
color: #5DAE77;
}
</style>
background-color css
<style>
a { background-color: #5DAE77; }
a { background-color: rgb(93,174,119); }
div.DivClassName
{
background-color: #5DAE77;
}
.BgClassName
{
background-color: #5DAE77;
}
</style>
border-color css
<style>
span { border-color: #5DAE77; }
span { border-color: rgb(93,174,119); }
td.TdClassName
{
border-color: #5DAE77;
}
.TagClassName
{
border-color: #5DAE77;
}
</style>