Shades of Ocean Green #5DA17B
Tints of Ocean Green #5DA17B
RGB
CMYK
RGB Variations
Color information
#5DA17B (or 0x5DA17B) is known color: Ocean Green. HEX triplet: 5D, A1 and 7B. RGB value is (93,161,123). Sum of RGB (Red+Green+Blue) = 93+161+123=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA17B is #A25E84. Grayscale: #888888. Windows color (decimal): -10641029 or 8102237. OLE color: 8102237.
HSL color Cylindrical-coordinate representation of color #5DA17B: hue angle of 146.47º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA17B is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 123 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.37 |
| HSL | 146.47º | 0.27% | 0.5% | - |
| HSV(B) | 146.47º | 0.42% | 0.63% | - |
| XYZ | 20.83 | 29.25 | 23.29 | - |
| YUV | 136.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 123 | 0.42 | 0 | 0.24 | 0.37 | 146.47 | 0.27 | 0.5 |
| Hex | 5D | A1 | 7B | 2A | 0 | 18 | 25 | 92 | 1B | 32 |
| Octal | 135 | 241 | 173 | 52 | 0 | 30 | 45 | 222 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1111011 | 101010 | 0 | 11000 | 100101 | 10010010 | 11011 | 110010 |
Color Harmonies of #5DA17B
Complementary color
Monochromatic Colors of #5DA17B
Black with #5DA17B
Text Example
Text Example
White with #5DA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA17B; }
p { color: rgb(93,161,123); }
H1.HeaderClassName
{
color: #5DA17B;
}
.AnyTagClassName
{
color: #5DA17B;
}
</style>
background-color css
<style>
a { background-color: #5DA17B; }
a { background-color: rgb(93,161,123); }
div.DivClassName
{
background-color: #5DA17B;
}
.BgClassName
{
background-color: #5DA17B;
}
</style>
border-color css
<style>
span { border-color: #5DA17B; }
span { border-color: rgb(93,161,123); }
td.TdClassName
{
border-color: #5DA17B;
}
.TagClassName
{
border-color: #5DA17B;
}
</style>