Shades of Ocean Green #5AA574
Tints of Ocean Green #5AA574
RGB
CMYK
RGB Variations
Color information
#5AA574 (or 0x5AA574) is known color: Ocean Green. HEX triplet: 5A, A5 and 74. RGB value is (90,165,116). Sum of RGB (Red+Green+Blue) = 90+165+116=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA574 is #A55A8B. Grayscale: #898989. Windows color (decimal): -10836620 or 7644506. OLE color: 7644506.
HSL color Cylindrical-coordinate representation of color #5AA574: hue angle of 140.8º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA574 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 165 | 116 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.35 |
| HSL | 140.8º | 0.29% | 0.5% | - |
| HSV(B) | 140.8º | 0.45% | 0.65% | - |
| XYZ | 20.82 | 30.34 | 21.28 | - |
| YUV | 136.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 165 | 116 | 0.45 | 0 | 0.30 | 0.35 | 140.8 | 0.29 | 0.5 |
| Hex | 5A | A5 | 74 | 2D | 0 | 1E | 23 | 8D | 1D | 32 |
| Octal | 132 | 245 | 164 | 55 | 0 | 36 | 43 | 215 | 35 | 62 |
| Binary | 1011010 | 10100101 | 1110100 | 101101 | 0 | 11110 | 100011 | 10001101 | 11101 | 110010 |
Color Harmonies of #5AA574
Complementary color
Monochromatic Colors of #5AA574
Black with #5AA574
Text Example
Text Example
White with #5AA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA574; }
p { color: rgb(90,165,116); }
H1.HeaderClassName
{
color: #5AA574;
}
.AnyTagClassName
{
color: #5AA574;
}
</style>
background-color css
<style>
a { background-color: #5AA574; }
a { background-color: rgb(90,165,116); }
div.DivClassName
{
background-color: #5AA574;
}
.BgClassName
{
background-color: #5AA574;
}
</style>
border-color css
<style>
span { border-color: #5AA574; }
span { border-color: rgb(90,165,116); }
td.TdClassName
{
border-color: #5AA574;
}
.TagClassName
{
border-color: #5AA574;
}
</style>