Shades of Ocean Green #5DB179
Tints of Ocean Green #5DB179
RGB
CMYK
RGB Variations
Color information
#5DB179 (or 0x5DB179) is known color: Ocean Green. HEX triplet: 5D, B1 and 79. RGB value is (93,177,121). Sum of RGB (Red+Green+Blue) = 93+177+121=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB179 is #A24E86. Grayscale: #919191. Windows color (decimal): -10636935 or 7975261. OLE color: 7975261.
HSL color Cylindrical-coordinate representation of color #5DB179: hue angle of 140º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB179 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 121 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.31 |
| HSL | 140º | 0.35% | 0.53% | - |
| HSV(B) | 140º | 0.47% | 0.69% | - |
| XYZ | 23.69 | 35.15 | 23.63 | - |
| YUV | 145.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 121 | 0.47 | 0 | 0.32 | 0.31 | 140 | 0.35 | 0.53 |
| Hex | 5D | B1 | 79 | 2F | 0 | 20 | 1F | 8C | 23 | 35 |
| Octal | 135 | 261 | 171 | 57 | 0 | 40 | 37 | 214 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1111001 | 101111 | 0 | 100000 | 11111 | 10001100 | 100011 | 110101 |
Color Harmonies of #5DB179
Complementary color
Monochromatic Colors of #5DB179
Black with #5DB179
Text Example
Text Example
White with #5DB179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB179; }
p { color: rgb(93,177,121); }
H1.HeaderClassName
{
color: #5DB179;
}
.AnyTagClassName
{
color: #5DB179;
}
</style>
background-color css
<style>
a { background-color: #5DB179; }
a { background-color: rgb(93,177,121); }
div.DivClassName
{
background-color: #5DB179;
}
.BgClassName
{
background-color: #5DB179;
}
</style>
border-color css
<style>
span { border-color: #5DB179; }
span { border-color: rgb(93,177,121); }
td.TdClassName
{
border-color: #5DB179;
}
.TagClassName
{
border-color: #5DB179;
}
</style>