Shades of Ocean Green #5DAE7C
Tints of Ocean Green #5DAE7C
RGB
CMYK
RGB Variations
Color information
#5DAE7C (or 0x5DAE7C) is known color: Ocean Green. HEX triplet: 5D, AE and 7C. RGB value is (93,174,124). Sum of RGB (Red+Green+Blue) = 93+174+124=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE7C is #A25183. Grayscale: #909090. Windows color (decimal): -10637700 or 8171101. OLE color: 8171101.
HSL color Cylindrical-coordinate representation of color #5DAE7C: hue angle of 142.96º 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 #5DAE7C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 124 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.32 |
| HSL | 142.96º | 0.33% | 0.52% | - |
| HSV(B) | 142.96º | 0.47% | 0.68% | - |
| XYZ | 23.29 | 34.05 | 24.41 | - |
| YUV | 144.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 124 | 0.47 | 0 | 0.29 | 0.32 | 142.96 | 0.33 | 0.52 |
| Hex | 5D | AE | 7C | 2F | 0 | 1D | 20 | 8F | 21 | 34 |
| Octal | 135 | 256 | 174 | 57 | 0 | 35 | 40 | 217 | 41 | 64 |
| Binary | 1011101 | 10101110 | 1111100 | 101111 | 0 | 11101 | 100000 | 10001111 | 100001 | 110100 |
Color Harmonies of #5DAE7C
Complementary color
Monochromatic Colors of #5DAE7C
Black with #5DAE7C
Text Example
Text Example
White with #5DAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE7C; }
p { color: rgb(93,174,124); }
H1.HeaderClassName
{
color: #5DAE7C;
}
.AnyTagClassName
{
color: #5DAE7C;
}
</style>
background-color css
<style>
a { background-color: #5DAE7C; }
a { background-color: rgb(93,174,124); }
div.DivClassName
{
background-color: #5DAE7C;
}
.BgClassName
{
background-color: #5DAE7C;
}
</style>
border-color css
<style>
span { border-color: #5DAE7C; }
span { border-color: rgb(93,174,124); }
td.TdClassName
{
border-color: #5DAE7C;
}
.TagClassName
{
border-color: #5DAE7C;
}
</style>