Shades of Ocean Green #5DA27C
Tints of Ocean Green #5DA27C
RGB
CMYK
RGB Variations
Color information
#5DA27C (or 0x5DA27C) is known color: Ocean Green. HEX triplet: 5D, A2 and 7C. RGB value is (93,162,124). Sum of RGB (Red+Green+Blue) = 93+162+124=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA27C is #A25D83. Grayscale: #898989. Windows color (decimal): -10640772 or 8168029. OLE color: 8168029.
HSL color Cylindrical-coordinate representation of color #5DA27C: hue angle of 146.96º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA27C is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 124 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.36 |
| HSL | 146.96º | 0.27% | 0.5% | - |
| HSV(B) | 146.96º | 0.43% | 0.64% | - |
| XYZ | 21.07 | 29.62 | 23.68 | - |
| YUV | 137.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 124 | 0.43 | 0 | 0.23 | 0.36 | 146.96 | 0.27 | 0.5 |
| Hex | 5D | A2 | 7C | 2B | 0 | 17 | 24 | 93 | 1B | 32 |
| Octal | 135 | 242 | 174 | 53 | 0 | 27 | 44 | 223 | 33 | 62 |
| Binary | 1011101 | 10100010 | 1111100 | 101011 | 0 | 10111 | 100100 | 10010011 | 11011 | 110010 |
Color Harmonies of #5DA27C
Complementary color
Monochromatic Colors of #5DA27C
Black with #5DA27C
Text Example
Text Example
White with #5DA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA27C; }
p { color: rgb(93,162,124); }
H1.HeaderClassName
{
color: #5DA27C;
}
.AnyTagClassName
{
color: #5DA27C;
}
</style>
background-color css
<style>
a { background-color: #5DA27C; }
a { background-color: rgb(93,162,124); }
div.DivClassName
{
background-color: #5DA27C;
}
.BgClassName
{
background-color: #5DA27C;
}
</style>
border-color css
<style>
span { border-color: #5DA27C; }
span { border-color: rgb(93,162,124); }
td.TdClassName
{
border-color: #5DA27C;
}
.TagClassName
{
border-color: #5DA27C;
}
</style>