Shades of Ocean Green #53A17A
Tints of Ocean Green #53A17A
RGB
CMYK
RGB Variations
Color information
#53A17A (or 0x53A17A) is known color: Ocean Green. HEX triplet: 53, A1 and 7A. RGB value is (83,161,122). Sum of RGB (Red+Green+Blue) = 83+161+122=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #53A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A17A is #AC5E85. Grayscale: #858585. Windows color (decimal): -11296390 or 8036691. OLE color: 8036691.
HSL color Cylindrical-coordinate representation of color #53A17A: hue angle of 150º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A17A is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 122 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.37 |
| HSL | 150º | 0.32% | 0.48% | - |
| HSV(B) | 150º | 0.48% | 0.63% | - |
| XYZ | 19.83 | 28.73 | 22.91 | - |
| YUV | 133.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 122 | 0.48 | 0 | 0.24 | 0.37 | 150 | 0.32 | 0.48 |
| Hex | 53 | A1 | 7A | 30 | 0 | 18 | 25 | 96 | 20 | 30 |
| Octal | 123 | 241 | 172 | 60 | 0 | 30 | 45 | 226 | 40 | 60 |
| Binary | 1010011 | 10100001 | 1111010 | 110000 | 0 | 11000 | 100101 | 10010110 | 100000 | 110000 |
Color Harmonies of #53A17A
Complementary color
Monochromatic Colors of #53A17A
Black with #53A17A
Text Example
Text Example
White with #53A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A17A; }
p { color: rgb(83,161,122); }
H1.HeaderClassName
{
color: #53A17A;
}
.AnyTagClassName
{
color: #53A17A;
}
</style>
background-color css
<style>
a { background-color: #53A17A; }
a { background-color: rgb(83,161,122); }
div.DivClassName
{
background-color: #53A17A;
}
.BgClassName
{
background-color: #53A17A;
}
</style>
border-color css
<style>
span { border-color: #53A17A; }
span { border-color: rgb(83,161,122); }
td.TdClassName
{
border-color: #53A17A;
}
.TagClassName
{
border-color: #53A17A;
}
</style>