Shades of Ocean Green #5DAC76
Tints of Ocean Green #5DAC76
RGB
CMYK
RGB Variations
Color information
#5DAC76 (or 0x5DAC76) is known color: Ocean Green. HEX triplet: 5D, AC and 76. RGB value is (93,172,118). Sum of RGB (Red+Green+Blue) = 93+172+118=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC76 is #A25389. Grayscale: #8E8E8E. Windows color (decimal): -10638218 or 7777373. OLE color: 7777373.
HSL color Cylindrical-coordinate representation of color #5DAC76: hue angle of 138.99º 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 #5DAC76 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 118 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.33 |
| HSL | 138.99º | 0.32% | 0.52% | - |
| HSV(B) | 138.99º | 0.46% | 0.67% | - |
| XYZ | 22.54 | 33.14 | 22.35 | - |
| YUV | 142.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 118 | 0.46 | 0 | 0.31 | 0.33 | 138.99 | 0.32 | 0.52 |
| Hex | 5D | AC | 76 | 2E | 0 | 1F | 21 | 8B | 20 | 34 |
| Octal | 135 | 254 | 166 | 56 | 0 | 37 | 41 | 213 | 40 | 64 |
| Binary | 1011101 | 10101100 | 1110110 | 101110 | 0 | 11111 | 100001 | 10001011 | 100000 | 110100 |
Color Harmonies of #5DAC76
Complementary color
Monochromatic Colors of #5DAC76
Black with #5DAC76
Text Example
Text Example
White with #5DAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC76; }
p { color: rgb(93,172,118); }
H1.HeaderClassName
{
color: #5DAC76;
}
.AnyTagClassName
{
color: #5DAC76;
}
</style>
background-color css
<style>
a { background-color: #5DAC76; }
a { background-color: rgb(93,172,118); }
div.DivClassName
{
background-color: #5DAC76;
}
.BgClassName
{
background-color: #5DAC76;
}
</style>
border-color css
<style>
span { border-color: #5DAC76; }
span { border-color: rgb(93,172,118); }
td.TdClassName
{
border-color: #5DAC76;
}
.TagClassName
{
border-color: #5DAC76;
}
</style>