Shades of Ocean Green #539A70
Tints of Ocean Green #539A70
RGB
CMYK
RGB Variations
Color information
#539A70 (or 0x539A70) is known color: Ocean Green. HEX triplet: 53, 9A and 70. RGB value is (83,154,112). Sum of RGB (Red+Green+Blue) = 83+154+112=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #539A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A70 is #AC658F. Grayscale: #808080. Windows color (decimal): -11298192 or 7379539. OLE color: 7379539.
HSL color Cylindrical-coordinate representation of color #539A70: hue angle of 144.51º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A70 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 112 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.40 |
| HSL | 144.51º | 0.3% | 0.46% | - |
| HSV(B) | 144.51º | 0.46% | 0.6% | - |
| XYZ | 18.05 | 26.12 | 19.42 | - |
| YUV | 127.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 112 | 0.46 | 0 | 0.27 | 0.40 | 144.51 | 0.3 | 0.46 |
| Hex | 53 | 9A | 70 | 2E | 0 | 1B | 28 | 91 | 1E | 2E |
| Octal | 123 | 232 | 160 | 56 | 0 | 33 | 50 | 221 | 36 | 56 |
| Binary | 1010011 | 10011010 | 1110000 | 101110 | 0 | 11011 | 101000 | 10010001 | 11110 | 101110 |
Color Harmonies of #539A70
Complementary color
Monochromatic Colors of #539A70
Black with #539A70
Text Example
Text Example
White with #539A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A70; }
p { color: rgb(83,154,112); }
H1.HeaderClassName
{
color: #539A70;
}
.AnyTagClassName
{
color: #539A70;
}
</style>
background-color css
<style>
a { background-color: #539A70; }
a { background-color: rgb(83,154,112); }
div.DivClassName
{
background-color: #539A70;
}
.BgClassName
{
background-color: #539A70;
}
</style>
border-color css
<style>
span { border-color: #539A70; }
span { border-color: rgb(83,154,112); }
td.TdClassName
{
border-color: #539A70;
}
.TagClassName
{
border-color: #539A70;
}
</style>