Shades of Ocean Green #5DA474
Tints of Ocean Green #5DA474
RGB
CMYK
RGB Variations
Color information
#5DA474 (or 0x5DA474) is known color: Ocean Green. HEX triplet: 5D, A4 and 74. RGB value is (93,164,116). Sum of RGB (Red+Green+Blue) = 93+164+116=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA474 is #A25B8B. Grayscale: #898989. Windows color (decimal): -10640268 or 7644253. OLE color: 7644253.
HSL color Cylindrical-coordinate representation of color #5DA474: hue angle of 139.44º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA474 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 116 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.36 |
| HSL | 139.44º | 0.28% | 0.5% | - |
| HSV(B) | 139.44º | 0.43% | 0.64% | - |
| XYZ | 20.94 | 30.14 | 21.24 | - |
| YUV | 137.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 116 | 0.43 | 0 | 0.29 | 0.36 | 139.44 | 0.28 | 0.5 |
| Hex | 5D | A4 | 74 | 2B | 0 | 1D | 24 | 8B | 1C | 32 |
| Octal | 135 | 244 | 164 | 53 | 0 | 35 | 44 | 213 | 34 | 62 |
| Binary | 1011101 | 10100100 | 1110100 | 101011 | 0 | 11101 | 100100 | 10001011 | 11100 | 110010 |
Color Harmonies of #5DA474
Complementary color
Monochromatic Colors of #5DA474
Black with #5DA474
Text Example
Text Example
White with #5DA474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA474; }
p { color: rgb(93,164,116); }
H1.HeaderClassName
{
color: #5DA474;
}
.AnyTagClassName
{
color: #5DA474;
}
</style>
background-color css
<style>
a { background-color: #5DA474; }
a { background-color: rgb(93,164,116); }
div.DivClassName
{
background-color: #5DA474;
}
.BgClassName
{
background-color: #5DA474;
}
</style>
border-color css
<style>
span { border-color: #5DA474; }
span { border-color: rgb(93,164,116); }
td.TdClassName
{
border-color: #5DA474;
}
.TagClassName
{
border-color: #5DA474;
}
</style>