Shades of Ocean Green #5DB17B
Tints of Ocean Green #5DB17B
RGB
CMYK
RGB Variations
Color information
#5DB17B (or 0x5DB17B) is known color: Ocean Green. HEX triplet: 5D, B1 and 7B. RGB value is (93,177,123). Sum of RGB (Red+Green+Blue) = 93+177+123=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB17B is #A24E84. Grayscale: #919191. Windows color (decimal): -10636933 or 8106333. OLE color: 8106333.
HSL color Cylindrical-coordinate representation of color #5DB17B: hue angle of 141.43º 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 #5DB17B is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 123 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.31 |
| HSL | 141.43º | 0.35% | 0.53% | - |
| HSV(B) | 141.43º | 0.47% | 0.69% | - |
| XYZ | 23.81 | 35.2 | 24.28 | - |
| YUV | 145.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 123 | 0.47 | 0 | 0.31 | 0.31 | 141.43 | 0.35 | 0.53 |
| Hex | 5D | B1 | 7B | 2F | 0 | 1F | 1F | 8D | 23 | 35 |
| Octal | 135 | 261 | 173 | 57 | 0 | 37 | 37 | 215 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1111011 | 101111 | 0 | 11111 | 11111 | 10001101 | 100011 | 110101 |
Color Harmonies of #5DB17B
Complementary color
Monochromatic Colors of #5DB17B
Black with #5DB17B
Text Example
Text Example
White with #5DB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB17B; }
p { color: rgb(93,177,123); }
H1.HeaderClassName
{
color: #5DB17B;
}
.AnyTagClassName
{
color: #5DB17B;
}
</style>
background-color css
<style>
a { background-color: #5DB17B; }
a { background-color: rgb(93,177,123); }
div.DivClassName
{
background-color: #5DB17B;
}
.BgClassName
{
background-color: #5DB17B;
}
</style>
border-color css
<style>
span { border-color: #5DB17B; }
span { border-color: rgb(93,177,123); }
td.TdClassName
{
border-color: #5DB17B;
}
.TagClassName
{
border-color: #5DB17B;
}
</style>