Shades of Ocean Green #5DAC78
Tints of Ocean Green #5DAC78
RGB
CMYK
RGB Variations
Color information
#5DAC78 (or 0x5DAC78) is known color: Ocean Green. HEX triplet: 5D, AC and 78. RGB value is (93,172,120). Sum of RGB (Red+Green+Blue) = 93+172+120=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC78 is #A25387. Grayscale: #8E8E8E. Windows color (decimal): -10638216 or 7908445. OLE color: 7908445.
HSL color Cylindrical-coordinate representation of color #5DAC78: hue angle of 140.51º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAC78 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 120 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.33 |
| HSL | 140.51º | 0.32% | 0.52% | - |
| HSV(B) | 140.51º | 0.46% | 0.67% | - |
| XYZ | 22.66 | 33.19 | 22.98 | - |
| YUV | 142.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 120 | 0.46 | 0 | 0.30 | 0.33 | 140.51 | 0.32 | 0.52 |
| Hex | 5D | AC | 78 | 2E | 0 | 1E | 21 | 8D | 20 | 34 |
| Octal | 135 | 254 | 170 | 56 | 0 | 36 | 41 | 215 | 40 | 64 |
| Binary | 1011101 | 10101100 | 1111000 | 101110 | 0 | 11110 | 100001 | 10001101 | 100000 | 110100 |
Color Harmonies of #5DAC78
Complementary color
Monochromatic Colors of #5DAC78
Black with #5DAC78
Text Example
Text Example
White with #5DAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC78; }
p { color: rgb(93,172,120); }
H1.HeaderClassName
{
color: #5DAC78;
}
.AnyTagClassName
{
color: #5DAC78;
}
</style>
background-color css
<style>
a { background-color: #5DAC78; }
a { background-color: rgb(93,172,120); }
div.DivClassName
{
background-color: #5DAC78;
}
.BgClassName
{
background-color: #5DAC78;
}
</style>
border-color css
<style>
span { border-color: #5DAC78; }
span { border-color: rgb(93,172,120); }
td.TdClassName
{
border-color: #5DAC78;
}
.TagClassName
{
border-color: #5DAC78;
}
</style>