Shades of Ocean Green #53B57A
Tints of Ocean Green #53B57A
RGB
CMYK
RGB Variations
Color information
#53B57A (or 0x53B57A) is known color: Ocean Green. HEX triplet: 53, B5 and 7A. RGB value is (83,181,122). Sum of RGB (Red+Green+Blue) = 83+181+122=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #53B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B57A is #AC4A85. Grayscale: #919191. Windows color (decimal): -11291270 or 8041811. OLE color: 8041811.
HSL color Cylindrical-coordinate representation of color #53B57A: hue angle of 143.88º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B57A is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 122 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.29 |
| HSL | 143.88º | 0.4% | 0.52% | - |
| HSV(B) | 143.88º | 0.54% | 0.71% | - |
| XYZ | 23.6 | 36.29 | 24.17 | - |
| YUV | 144.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 122 | 0.54 | 0 | 0.33 | 0.29 | 143.88 | 0.4 | 0.52 |
| Hex | 53 | B5 | 7A | 36 | 0 | 21 | 1D | 90 | 28 | 34 |
| Octal | 123 | 265 | 172 | 66 | 0 | 41 | 35 | 220 | 50 | 64 |
| Binary | 1010011 | 10110101 | 1111010 | 110110 | 0 | 100001 | 11101 | 10010000 | 101000 | 110100 |
Color Harmonies of #53B57A
Complementary color
Monochromatic Colors of #53B57A
Black with #53B57A
Text Example
Text Example
White with #53B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B57A; }
p { color: rgb(83,181,122); }
H1.HeaderClassName
{
color: #53B57A;
}
.AnyTagClassName
{
color: #53B57A;
}
</style>
background-color css
<style>
a { background-color: #53B57A; }
a { background-color: rgb(83,181,122); }
div.DivClassName
{
background-color: #53B57A;
}
.BgClassName
{
background-color: #53B57A;
}
</style>
border-color css
<style>
span { border-color: #53B57A; }
span { border-color: rgb(83,181,122); }
td.TdClassName
{
border-color: #53B57A;
}
.TagClassName
{
border-color: #53B57A;
}
</style>