Shades of Ocean Green #5AA275
Tints of Ocean Green #5AA275
RGB
CMYK
RGB Variations
Color information
#5AA275 (or 0x5AA275) is known color: Ocean Green. HEX triplet: 5A, A2 and 75. RGB value is (90,162,117). Sum of RGB (Red+Green+Blue) = 90+162+117=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA275 is #A55D8A. Grayscale: #878787. Windows color (decimal): -10837387 or 7709274. OLE color: 7709274.
HSL color Cylindrical-coordinate representation of color #5AA275: hue angle of 142.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA275 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 162 | 117 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.36 |
| HSL | 142.5º | 0.29% | 0.49% | - |
| HSV(B) | 142.5º | 0.44% | 0.64% | - |
| XYZ | 20.35 | 29.3 | 21.41 | - |
| YUV | 135.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 162 | 117 | 0.44 | 0 | 0.28 | 0.36 | 142.5 | 0.29 | 0.49 |
| Hex | 5A | A2 | 75 | 2C | 0 | 1C | 24 | 8E | 1D | 31 |
| Octal | 132 | 242 | 165 | 54 | 0 | 34 | 44 | 216 | 35 | 61 |
| Binary | 1011010 | 10100010 | 1110101 | 101100 | 0 | 11100 | 100100 | 10001110 | 11101 | 110001 |
Color Harmonies of #5AA275
Complementary color
Monochromatic Colors of #5AA275
Black with #5AA275
Text Example
Text Example
White with #5AA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA275; }
p { color: rgb(90,162,117); }
H1.HeaderClassName
{
color: #5AA275;
}
.AnyTagClassName
{
color: #5AA275;
}
</style>
background-color css
<style>
a { background-color: #5AA275; }
a { background-color: rgb(90,162,117); }
div.DivClassName
{
background-color: #5AA275;
}
.BgClassName
{
background-color: #5AA275;
}
</style>
border-color css
<style>
span { border-color: #5AA275; }
span { border-color: rgb(90,162,117); }
td.TdClassName
{
border-color: #5AA275;
}
.TagClassName
{
border-color: #5AA275;
}
</style>