Shades of Ocean Green #539E7E
Tints of Ocean Green #539E7E
RGB
CMYK
RGB Variations
Color information
#539E7E (or 0x539E7E) is known color: Ocean Green. HEX triplet: 53, 9E and 7E. RGB value is (83,158,126). Sum of RGB (Red+Green+Blue) = 83+158+126=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #539E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E7E is #AC6181. Grayscale: #838383. Windows color (decimal): -11297154 or 8298067. OLE color: 8298067.
HSL color Cylindrical-coordinate representation of color #539E7E: hue angle of 154.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E7E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 158 | 126 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.38 |
| HSL | 154.4º | 0.31% | 0.47% | - |
| HSV(B) | 154.4º | 0.47% | 0.62% | - |
| XYZ | 19.56 | 27.8 | 24.07 | - |
| YUV | 131.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 126 | 0.47 | 0 | 0.20 | 0.38 | 154.4 | 0.31 | 0.47 |
| Hex | 53 | 9E | 7E | 2F | 0 | 14 | 26 | 9A | 1F | 2F |
| Octal | 123 | 236 | 176 | 57 | 0 | 24 | 46 | 232 | 37 | 57 |
| Binary | 1010011 | 10011110 | 1111110 | 101111 | 0 | 10100 | 100110 | 10011010 | 11111 | 101111 |
Color Harmonies of #539E7E
Complementary color
Monochromatic Colors of #539E7E
Black with #539E7E
Text Example
Text Example
White with #539E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539E7E; }
p { color: rgb(83,158,126); }
H1.HeaderClassName
{
color: #539E7E;
}
.AnyTagClassName
{
color: #539E7E;
}
</style>
background-color css
<style>
a { background-color: #539E7E; }
a { background-color: rgb(83,158,126); }
div.DivClassName
{
background-color: #539E7E;
}
.BgClassName
{
background-color: #539E7E;
}
</style>
border-color css
<style>
span { border-color: #539E7E; }
span { border-color: rgb(83,158,126); }
td.TdClassName
{
border-color: #539E7E;
}
.TagClassName
{
border-color: #539E7E;
}
</style>