Shades of Ocean Green #5DAE7B
Tints of Ocean Green #5DAE7B
RGB
CMYK
RGB Variations
Color information
#5DAE7B (or 0x5DAE7B) is known color: Ocean Green. HEX triplet: 5D, AE and 7B. RGB value is (93,174,123). Sum of RGB (Red+Green+Blue) = 93+174+123=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE7B is #A25184. Grayscale: #909090. Windows color (decimal): -10637701 or 8105565. OLE color: 8105565.
HSL color Cylindrical-coordinate representation of color #5DAE7B: hue angle of 142.22º 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 #5DAE7B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 123 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.32 |
| HSL | 142.22º | 0.33% | 0.52% | - |
| HSV(B) | 142.22º | 0.47% | 0.68% | - |
| XYZ | 23.23 | 34.03 | 24.08 | - |
| YUV | 143.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 123 | 0.47 | 0 | 0.29 | 0.32 | 142.22 | 0.33 | 0.52 |
| Hex | 5D | AE | 7B | 2F | 0 | 1D | 20 | 8E | 21 | 34 |
| Octal | 135 | 256 | 173 | 57 | 0 | 35 | 40 | 216 | 41 | 64 |
| Binary | 1011101 | 10101110 | 1111011 | 101111 | 0 | 11101 | 100000 | 10001110 | 100001 | 110100 |
Color Harmonies of #5DAE7B
Complementary color
Monochromatic Colors of #5DAE7B
Black with #5DAE7B
Text Example
Text Example
White with #5DAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE7B; }
p { color: rgb(93,174,123); }
H1.HeaderClassName
{
color: #5DAE7B;
}
.AnyTagClassName
{
color: #5DAE7B;
}
</style>
background-color css
<style>
a { background-color: #5DAE7B; }
a { background-color: rgb(93,174,123); }
div.DivClassName
{
background-color: #5DAE7B;
}
.BgClassName
{
background-color: #5DAE7B;
}
</style>
border-color css
<style>
span { border-color: #5DAE7B; }
span { border-color: rgb(93,174,123); }
td.TdClassName
{
border-color: #5DAE7B;
}
.TagClassName
{
border-color: #5DAE7B;
}
</style>