Shades of Ocean Green #539E69
Tints of Ocean Green #539E69
RGB
CMYK
RGB Variations
Color information
#539E69 (or 0x539E69) is known color: Ocean Green. HEX triplet: 53, 9E and 69. RGB value is (83,158,105). Sum of RGB (Red+Green+Blue) = 83+158+105=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #539E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E69 is #AC6196. Grayscale: #818181. Windows color (decimal): -11297175 or 6921811. OLE color: 6921811.
HSL color Cylindrical-coordinate representation of color #539E69: hue angle of 137.6º 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 #539E69 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 158 | 105 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.38 |
| HSL | 137.6º | 0.31% | 0.47% | - |
| HSV(B) | 137.6º | 0.47% | 0.62% | - |
| XYZ | 18.34 | 27.31 | 17.67 | - |
| YUV | 129.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 105 | 0.47 | 0 | 0.34 | 0.38 | 137.6 | 0.31 | 0.47 |
| Hex | 53 | 9E | 69 | 2F | 0 | 22 | 26 | 8A | 1F | 2F |
| Octal | 123 | 236 | 151 | 57 | 0 | 42 | 46 | 212 | 37 | 57 |
| Binary | 1010011 | 10011110 | 1101001 | 101111 | 0 | 100010 | 100110 | 10001010 | 11111 | 101111 |
Color Harmonies of #539E69
Complementary color
Monochromatic Colors of #539E69
Black with #539E69
Text Example
Text Example
White with #539E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539E69; }
p { color: rgb(83,158,105); }
H1.HeaderClassName
{
color: #539E69;
}
.AnyTagClassName
{
color: #539E69;
}
</style>
background-color css
<style>
a { background-color: #539E69; }
a { background-color: rgb(83,158,105); }
div.DivClassName
{
background-color: #539E69;
}
.BgClassName
{
background-color: #539E69;
}
</style>
border-color css
<style>
span { border-color: #539E69; }
span { border-color: rgb(83,158,105); }
td.TdClassName
{
border-color: #539E69;
}
.TagClassName
{
border-color: #539E69;
}
</style>