Shades of Ocean Green #5DA680
Tints of Ocean Green #5DA680
RGB
CMYK
RGB Variations
Color information
#5DA680 (or 0x5DA680) is known color: Ocean Green. HEX triplet: 5D, A6 and 80. RGB value is (93,166,128). Sum of RGB (Red+Green+Blue) = 93+166+128=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA680 is #A2597F. Grayscale: #8B8B8B. Windows color (decimal): -10639744 or 8431197. OLE color: 8431197.
HSL color Cylindrical-coordinate representation of color #5DA680: hue angle of 148.77º 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 #5DA680 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 128 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.35 |
| HSL | 148.77º | 0.29% | 0.51% | - |
| HSV(B) | 148.77º | 0.44% | 0.65% | - |
| XYZ | 22.05 | 31.16 | 25.27 | - |
| YUV | 139.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 128 | 0.44 | 0 | 0.23 | 0.35 | 148.77 | 0.29 | 0.51 |
| Hex | 5D | A6 | 80 | 2C | 0 | 17 | 23 | 95 | 1D | 33 |
| Octal | 135 | 246 | 200 | 54 | 0 | 27 | 43 | 225 | 35 | 63 |
| Binary | 1011101 | 10100110 | 10000000 | 101100 | 0 | 10111 | 100011 | 10010101 | 11101 | 110011 |
Color Harmonies of #5DA680
Complementary color
Monochromatic Colors of #5DA680
Black with #5DA680
Text Example
Text Example
White with #5DA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA680; }
p { color: rgb(93,166,128); }
H1.HeaderClassName
{
color: #5DA680;
}
.AnyTagClassName
{
color: #5DA680;
}
</style>
background-color css
<style>
a { background-color: #5DA680; }
a { background-color: rgb(93,166,128); }
div.DivClassName
{
background-color: #5DA680;
}
.BgClassName
{
background-color: #5DA680;
}
</style>
border-color css
<style>
span { border-color: #5DA680; }
span { border-color: rgb(93,166,128); }
td.TdClassName
{
border-color: #5DA680;
}
.TagClassName
{
border-color: #5DA680;
}
</style>