Shades of Ocean Green #5DA67B
Tints of Ocean Green #5DA67B
RGB
CMYK
RGB Variations
Color information
#5DA67B (or 0x5DA67B) is known color: Ocean Green. HEX triplet: 5D, A6 and 7B. RGB value is (93,166,123). Sum of RGB (Red+Green+Blue) = 93+166+123=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA67B is #A25984. Grayscale: #8B8B8B. Windows color (decimal): -10639749 or 8103517. OLE color: 8103517.
HSL color Cylindrical-coordinate representation of color #5DA67B: hue angle of 144.66º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA67B is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 123 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.35 |
| HSL | 144.66º | 0.29% | 0.51% | - |
| HSV(B) | 144.66º | 0.44% | 0.65% | - |
| XYZ | 21.73 | 31.03 | 23.58 | - |
| YUV | 139.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 123 | 0.44 | 0 | 0.26 | 0.35 | 144.66 | 0.29 | 0.51 |
| Hex | 5D | A6 | 7B | 2C | 0 | 1A | 23 | 91 | 1D | 33 |
| Octal | 135 | 246 | 173 | 54 | 0 | 32 | 43 | 221 | 35 | 63 |
| Binary | 1011101 | 10100110 | 1111011 | 101100 | 0 | 11010 | 100011 | 10010001 | 11101 | 110011 |
Color Harmonies of #5DA67B
Complementary color
Monochromatic Colors of #5DA67B
Black with #5DA67B
Text Example
Text Example
White with #5DA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA67B; }
p { color: rgb(93,166,123); }
H1.HeaderClassName
{
color: #5DA67B;
}
.AnyTagClassName
{
color: #5DA67B;
}
</style>
background-color css
<style>
a { background-color: #5DA67B; }
a { background-color: rgb(93,166,123); }
div.DivClassName
{
background-color: #5DA67B;
}
.BgClassName
{
background-color: #5DA67B;
}
</style>
border-color css
<style>
span { border-color: #5DA67B; }
span { border-color: rgb(93,166,123); }
td.TdClassName
{
border-color: #5DA67B;
}
.TagClassName
{
border-color: #5DA67B;
}
</style>