Shades of Ocean Green #5DB07F
Tints of Ocean Green #5DB07F
RGB
CMYK
RGB Variations
Color information
#5DB07F (or 0x5DB07F) is known color: Ocean Green. HEX triplet: 5D, B0 and 7F. RGB value is (93,176,127). Sum of RGB (Red+Green+Blue) = 93+176+127=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB07F is #A24F80. Grayscale: #919191. Windows color (decimal): -10637185 or 8368221. OLE color: 8368221.
HSL color Cylindrical-coordinate representation of color #5DB07F: hue angle of 144.58º 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 #5DB07F is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 127 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.31 |
| HSL | 144.58º | 0.34% | 0.53% | - |
| HSV(B) | 144.58º | 0.47% | 0.69% | - |
| XYZ | 23.87 | 34.91 | 25.56 | - |
| YUV | 145.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 127 | 0.47 | 0 | 0.28 | 0.31 | 144.58 | 0.34 | 0.53 |
| Hex | 5D | B0 | 7F | 2F | 0 | 1C | 1F | 91 | 22 | 35 |
| Octal | 135 | 260 | 177 | 57 | 0 | 34 | 37 | 221 | 42 | 65 |
| Binary | 1011101 | 10110000 | 1111111 | 101111 | 0 | 11100 | 11111 | 10010001 | 100010 | 110101 |
Color Harmonies of #5DB07F
Complementary color
Monochromatic Colors of #5DB07F
Black with #5DB07F
Text Example
Text Example
White with #5DB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB07F; }
p { color: rgb(93,176,127); }
H1.HeaderClassName
{
color: #5DB07F;
}
.AnyTagClassName
{
color: #5DB07F;
}
</style>
background-color css
<style>
a { background-color: #5DB07F; }
a { background-color: rgb(93,176,127); }
div.DivClassName
{
background-color: #5DB07F;
}
.BgClassName
{
background-color: #5DB07F;
}
</style>
border-color css
<style>
span { border-color: #5DB07F; }
span { border-color: rgb(93,176,127); }
td.TdClassName
{
border-color: #5DB07F;
}
.TagClassName
{
border-color: #5DB07F;
}
</style>