Shades of Ocean Green #5DAE7F
Tints of Ocean Green #5DAE7F
RGB
CMYK
RGB Variations
Color information
#5DAE7F (or 0x5DAE7F) is known color: Ocean Green. HEX triplet: 5D, AE and 7F. RGB value is (93,174,127). Sum of RGB (Red+Green+Blue) = 93+174+127=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE7F is #A25180. Grayscale: #909090. Windows color (decimal): -10637697 or 8367709. OLE color: 8367709.
HSL color Cylindrical-coordinate representation of color #5DAE7F: hue angle of 145.19º 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 #5DAE7F is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 127 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.32 |
| HSL | 145.19º | 0.33% | 0.52% | - |
| HSV(B) | 145.19º | 0.47% | 0.68% | - |
| XYZ | 23.48 | 34.13 | 25.43 | - |
| YUV | 144.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 127 | 0.47 | 0 | 0.27 | 0.32 | 145.19 | 0.33 | 0.52 |
| Hex | 5D | AE | 7F | 2F | 0 | 1B | 20 | 91 | 21 | 34 |
| Octal | 135 | 256 | 177 | 57 | 0 | 33 | 40 | 221 | 41 | 64 |
| Binary | 1011101 | 10101110 | 1111111 | 101111 | 0 | 11011 | 100000 | 10010001 | 100001 | 110100 |
Color Harmonies of #5DAE7F
Complementary color
Monochromatic Colors of #5DAE7F
Black with #5DAE7F
Text Example
Text Example
White with #5DAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE7F; }
p { color: rgb(93,174,127); }
H1.HeaderClassName
{
color: #5DAE7F;
}
.AnyTagClassName
{
color: #5DAE7F;
}
</style>
background-color css
<style>
a { background-color: #5DAE7F; }
a { background-color: rgb(93,174,127); }
div.DivClassName
{
background-color: #5DAE7F;
}
.BgClassName
{
background-color: #5DAE7F;
}
</style>
border-color css
<style>
span { border-color: #5DAE7F; }
span { border-color: rgb(93,174,127); }
td.TdClassName
{
border-color: #5DAE7F;
}
.TagClassName
{
border-color: #5DAE7F;
}
</style>