Shades of Ocean Green #539F78
Tints of Ocean Green #539F78
RGB
CMYK
RGB Variations
Color information
#539F78 (or 0x539F78) is known color: Ocean Green. HEX triplet: 53, 9F and 78. RGB value is (83,159,120). Sum of RGB (Red+Green+Blue) = 83+159+120=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #539F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F78 is #AC6087. Grayscale: #838383. Windows color (decimal): -11296904 or 7905107. OLE color: 7905107.
HSL color Cylindrical-coordinate representation of color #539F78: hue angle of 149.21º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F78 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 120 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.38 |
| HSL | 149.21º | 0.31% | 0.47% | - |
| HSV(B) | 149.21º | 0.48% | 0.62% | - |
| XYZ | 19.36 | 27.99 | 22.15 | - |
| YUV | 131.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 120 | 0.48 | 0 | 0.25 | 0.38 | 149.21 | 0.31 | 0.47 |
| Hex | 53 | 9F | 78 | 30 | 0 | 19 | 26 | 95 | 1F | 2F |
| Octal | 123 | 237 | 170 | 60 | 0 | 31 | 46 | 225 | 37 | 57 |
| Binary | 1010011 | 10011111 | 1111000 | 110000 | 0 | 11001 | 100110 | 10010101 | 11111 | 101111 |
Color Harmonies of #539F78
Complementary color
Monochromatic Colors of #539F78
Black with #539F78
Text Example
Text Example
White with #539F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F78; }
p { color: rgb(83,159,120); }
H1.HeaderClassName
{
color: #539F78;
}
.AnyTagClassName
{
color: #539F78;
}
</style>
background-color css
<style>
a { background-color: #539F78; }
a { background-color: rgb(83,159,120); }
div.DivClassName
{
background-color: #539F78;
}
.BgClassName
{
background-color: #539F78;
}
</style>
border-color css
<style>
span { border-color: #539F78; }
span { border-color: rgb(83,159,120); }
td.TdClassName
{
border-color: #539F78;
}
.TagClassName
{
border-color: #539F78;
}
</style>