Shades of Ocean Green #5DA87A
Tints of Ocean Green #5DA87A
RGB
CMYK
RGB Variations
Color information
#5DA87A (or 0x5DA87A) is known color: Ocean Green. HEX triplet: 5D, A8 and 7A. RGB value is (93,168,122). Sum of RGB (Red+Green+Blue) = 93+168+122=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA87A is #A25785. Grayscale: #8C8C8C. Windows color (decimal): -10639238 or 8038493. OLE color: 8038493.
HSL color Cylindrical-coordinate representation of color #5DA87A: hue angle of 143.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA87A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 122 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.34 |
| HSL | 143.2º | 0.3% | 0.51% | - |
| HSV(B) | 143.2º | 0.45% | 0.66% | - |
| XYZ | 22.03 | 31.74 | 23.38 | - |
| YUV | 140.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 122 | 0.45 | 0 | 0.27 | 0.34 | 143.2 | 0.3 | 0.51 |
| Hex | 5D | A8 | 7A | 2D | 0 | 1B | 22 | 8F | 1E | 33 |
| Octal | 135 | 250 | 172 | 55 | 0 | 33 | 42 | 217 | 36 | 63 |
| Binary | 1011101 | 10101000 | 1111010 | 101101 | 0 | 11011 | 100010 | 10001111 | 11110 | 110011 |
Color Harmonies of #5DA87A
Complementary color
Monochromatic Colors of #5DA87A
Black with #5DA87A
Text Example
Text Example
White with #5DA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA87A; }
p { color: rgb(93,168,122); }
H1.HeaderClassName
{
color: #5DA87A;
}
.AnyTagClassName
{
color: #5DA87A;
}
</style>
background-color css
<style>
a { background-color: #5DA87A; }
a { background-color: rgb(93,168,122); }
div.DivClassName
{
background-color: #5DA87A;
}
.BgClassName
{
background-color: #5DA87A;
}
</style>
border-color css
<style>
span { border-color: #5DA87A; }
span { border-color: rgb(93,168,122); }
td.TdClassName
{
border-color: #5DA87A;
}
.TagClassName
{
border-color: #5DA87A;
}
</style>