Shades of Ocean Green #5DA672
Tints of Ocean Green #5DA672
RGB
CMYK
RGB Variations
Color information
#5DA672 (or 0x5DA672) is known color: Ocean Green. HEX triplet: 5D, A6 and 72. RGB value is (93,166,114). Sum of RGB (Red+Green+Blue) = 93+166+114=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA672 is #A2598D. Grayscale: #8A8A8A. Windows color (decimal): -10639758 or 7513693. OLE color: 7513693.
HSL color Cylindrical-coordinate representation of color #5DA672: hue angle of 137.26º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA672 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 114 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.35 |
| HSL | 137.26º | 0.29% | 0.51% | - |
| HSV(B) | 137.26º | 0.44% | 0.65% | - |
| XYZ | 21.19 | 30.81 | 20.75 | - |
| YUV | 138.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 114 | 0.44 | 0 | 0.31 | 0.35 | 137.26 | 0.29 | 0.51 |
| Hex | 5D | A6 | 72 | 2C | 0 | 1F | 23 | 89 | 1D | 33 |
| Octal | 135 | 246 | 162 | 54 | 0 | 37 | 43 | 211 | 35 | 63 |
| Binary | 1011101 | 10100110 | 1110010 | 101100 | 0 | 11111 | 100011 | 10001001 | 11101 | 110011 |
Color Harmonies of #5DA672
Complementary color
Monochromatic Colors of #5DA672
Black with #5DA672
Text Example
Text Example
White with #5DA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA672; }
p { color: rgb(93,166,114); }
H1.HeaderClassName
{
color: #5DA672;
}
.AnyTagClassName
{
color: #5DA672;
}
</style>
background-color css
<style>
a { background-color: #5DA672; }
a { background-color: rgb(93,166,114); }
div.DivClassName
{
background-color: #5DA672;
}
.BgClassName
{
background-color: #5DA672;
}
</style>
border-color css
<style>
span { border-color: #5DA672; }
span { border-color: rgb(93,166,114); }
td.TdClassName
{
border-color: #5DA672;
}
.TagClassName
{
border-color: #5DA672;
}
</style>