Shades of Ocean Green #5AA37D
Tints of Ocean Green #5AA37D
RGB
CMYK
RGB Variations
Color information
#5AA37D (or 0x5AA37D) is known color: Ocean Green. HEX triplet: 5A, A3 and 7D. RGB value is (90,163,125). Sum of RGB (Red+Green+Blue) = 90+163+125=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA37D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA37D is #A55C82. Grayscale: #888888. Windows color (decimal): -10837123 or 8233818. OLE color: 8233818.
HSL color Cylindrical-coordinate representation of color #5AA37D: hue angle of 148.77º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA37D is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 163 | 125 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.36 |
| HSL | 148.77º | 0.29% | 0.5% | - |
| HSV(B) | 148.77º | 0.45% | 0.64% | - |
| XYZ | 21.02 | 29.85 | 24.06 | - |
| YUV | 136.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 163 | 125 | 0.45 | 0 | 0.23 | 0.36 | 148.77 | 0.29 | 0.5 |
| Hex | 5A | A3 | 7D | 2D | 0 | 17 | 24 | 95 | 1D | 32 |
| Octal | 132 | 243 | 175 | 55 | 0 | 27 | 44 | 225 | 35 | 62 |
| Binary | 1011010 | 10100011 | 1111101 | 101101 | 0 | 10111 | 100100 | 10010101 | 11101 | 110010 |
Color Harmonies of #5AA37D
Complementary color
Monochromatic Colors of #5AA37D
Black with #5AA37D
Text Example
Text Example
White with #5AA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA37D; }
p { color: rgb(90,163,125); }
H1.HeaderClassName
{
color: #5AA37D;
}
.AnyTagClassName
{
color: #5AA37D;
}
</style>
background-color css
<style>
a { background-color: #5AA37D; }
a { background-color: rgb(90,163,125); }
div.DivClassName
{
background-color: #5AA37D;
}
.BgClassName
{
background-color: #5AA37D;
}
</style>
border-color css
<style>
span { border-color: #5AA37D; }
span { border-color: rgb(90,163,125); }
td.TdClassName
{
border-color: #5AA37D;
}
.TagClassName
{
border-color: #5AA37D;
}
</style>