Shades of Ocean Green #5DA873
Tints of Ocean Green #5DA873
RGB
CMYK
RGB Variations
Color information
#5DA873 (or 0x5DA873) is known color: Ocean Green. HEX triplet: 5D, A8 and 73. RGB value is (93,168,115). Sum of RGB (Red+Green+Blue) = 93+168+115=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA873 is #A2578C. Grayscale: #8B8B8B. Windows color (decimal): -10639245 or 7579741. OLE color: 7579741.
HSL color Cylindrical-coordinate representation of color #5DA873: hue angle of 137.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA873 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 115 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.34 |
| HSL | 137.6º | 0.3% | 0.51% | - |
| HSV(B) | 137.6º | 0.45% | 0.66% | - |
| XYZ | 21.61 | 31.57 | 21.17 | - |
| YUV | 139.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 115 | 0.45 | 0 | 0.32 | 0.34 | 137.6 | 0.3 | 0.51 |
| Hex | 5D | A8 | 73 | 2D | 0 | 20 | 22 | 8A | 1E | 33 |
| Octal | 135 | 250 | 163 | 55 | 0 | 40 | 42 | 212 | 36 | 63 |
| Binary | 1011101 | 10101000 | 1110011 | 101101 | 0 | 100000 | 100010 | 10001010 | 11110 | 110011 |
Color Harmonies of #5DA873
Complementary color
Monochromatic Colors of #5DA873
Black with #5DA873
Text Example
Text Example
White with #5DA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA873; }
p { color: rgb(93,168,115); }
H1.HeaderClassName
{
color: #5DA873;
}
.AnyTagClassName
{
color: #5DA873;
}
</style>
background-color css
<style>
a { background-color: #5DA873; }
a { background-color: rgb(93,168,115); }
div.DivClassName
{
background-color: #5DA873;
}
.BgClassName
{
background-color: #5DA873;
}
</style>
border-color css
<style>
span { border-color: #5DA873; }
span { border-color: rgb(93,168,115); }
td.TdClassName
{
border-color: #5DA873;
}
.TagClassName
{
border-color: #5DA873;
}
</style>