Shades of Ocean Green #5DA078
Tints of Ocean Green #5DA078
RGB
CMYK
RGB Variations
Color information
#5DA078 (or 0x5DA078) is known color: Ocean Green. HEX triplet: 5D, A0 and 78. RGB value is (93,160,120). Sum of RGB (Red+Green+Blue) = 93+160+120=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA078 is #A25F87. Grayscale: #878787. Windows color (decimal): -10641288 or 7905373. OLE color: 7905373.
HSL color Cylindrical-coordinate representation of color #5DA078: hue angle of 144.18º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA078 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 120 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.37 |
| HSL | 144.18º | 0.26% | 0.5% | - |
| HSV(B) | 144.18º | 0.42% | 0.63% | - |
| XYZ | 20.48 | 28.82 | 22.25 | - |
| YUV | 135.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 120 | 0.42 | 0 | 0.25 | 0.37 | 144.18 | 0.26 | 0.5 |
| Hex | 5D | A0 | 78 | 2A | 0 | 19 | 25 | 90 | 1A | 32 |
| Octal | 135 | 240 | 170 | 52 | 0 | 31 | 45 | 220 | 32 | 62 |
| Binary | 1011101 | 10100000 | 1111000 | 101010 | 0 | 11001 | 100101 | 10010000 | 11010 | 110010 |
Color Harmonies of #5DA078
Complementary color
Monochromatic Colors of #5DA078
Black with #5DA078
Text Example
Text Example
White with #5DA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA078; }
p { color: rgb(93,160,120); }
H1.HeaderClassName
{
color: #5DA078;
}
.AnyTagClassName
{
color: #5DA078;
}
</style>
background-color css
<style>
a { background-color: #5DA078; }
a { background-color: rgb(93,160,120); }
div.DivClassName
{
background-color: #5DA078;
}
.BgClassName
{
background-color: #5DA078;
}
</style>
border-color css
<style>
span { border-color: #5DA078; }
span { border-color: rgb(93,160,120); }
td.TdClassName
{
border-color: #5DA078;
}
.TagClassName
{
border-color: #5DA078;
}
</style>