Shades of Ocean Green #5DB07D
Tints of Ocean Green #5DB07D
RGB
CMYK
RGB Variations
Color information
#5DB07D (or 0x5DB07D) is known color: Ocean Green. HEX triplet: 5D, B0 and 7D. RGB value is (93,176,125). Sum of RGB (Red+Green+Blue) = 93+176+125=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB07D is #A24F82. Grayscale: #919191. Windows color (decimal): -10637187 or 8237149. OLE color: 8237149.
HSL color Cylindrical-coordinate representation of color #5DB07D: hue angle of 143.13º degrees, saturation: 0.34, 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 #5DB07D is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 125 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.31 |
| HSL | 143.13º | 0.34% | 0.53% | - |
| HSV(B) | 143.13º | 0.47% | 0.69% | - |
| XYZ | 23.74 | 34.86 | 24.88 | - |
| YUV | 145.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 125 | 0.47 | 0 | 0.29 | 0.31 | 143.13 | 0.34 | 0.53 |
| Hex | 5D | B0 | 7D | 2F | 0 | 1D | 1F | 8F | 22 | 35 |
| Octal | 135 | 260 | 175 | 57 | 0 | 35 | 37 | 217 | 42 | 65 |
| Binary | 1011101 | 10110000 | 1111101 | 101111 | 0 | 11101 | 11111 | 10001111 | 100010 | 110101 |
Color Harmonies of #5DB07D
Complementary color
Monochromatic Colors of #5DB07D
Black with #5DB07D
Text Example
Text Example
White with #5DB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB07D; }
p { color: rgb(93,176,125); }
H1.HeaderClassName
{
color: #5DB07D;
}
.AnyTagClassName
{
color: #5DB07D;
}
</style>
background-color css
<style>
a { background-color: #5DB07D; }
a { background-color: rgb(93,176,125); }
div.DivClassName
{
background-color: #5DB07D;
}
.BgClassName
{
background-color: #5DB07D;
}
</style>
border-color css
<style>
span { border-color: #5DB07D; }
span { border-color: rgb(93,176,125); }
td.TdClassName
{
border-color: #5DB07D;
}
.TagClassName
{
border-color: #5DB07D;
}
</style>