Shades of Ocean Green #53A37B
Tints of Ocean Green #53A37B
RGB
CMYK
RGB Variations
Color information
#53A37B (or 0x53A37B) is known color: Ocean Green. HEX triplet: 53, A3 and 7B. RGB value is (83,163,123). Sum of RGB (Red+Green+Blue) = 83+163+123=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #53A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A37B is #AC5C84. Grayscale: #868686. Windows color (decimal): -11295877 or 8102739. OLE color: 8102739.
HSL color Cylindrical-coordinate representation of color #53A37B: hue angle of 150º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A37B is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 123 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.36 |
| HSL | 150º | 0.33% | 0.48% | - |
| HSV(B) | 150º | 0.49% | 0.64% | - |
| XYZ | 20.24 | 29.46 | 23.36 | - |
| YUV | 134.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 123 | 0.49 | 0 | 0.25 | 0.36 | 150 | 0.33 | 0.48 |
| Hex | 53 | A3 | 7B | 31 | 0 | 19 | 24 | 96 | 21 | 30 |
| Octal | 123 | 243 | 173 | 61 | 0 | 31 | 44 | 226 | 41 | 60 |
| Binary | 1010011 | 10100011 | 1111011 | 110001 | 0 | 11001 | 100100 | 10010110 | 100001 | 110000 |
Color Harmonies of #53A37B
Complementary color
Monochromatic Colors of #53A37B
Black with #53A37B
Text Example
Text Example
White with #53A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A37B; }
p { color: rgb(83,163,123); }
H1.HeaderClassName
{
color: #53A37B;
}
.AnyTagClassName
{
color: #53A37B;
}
</style>
background-color css
<style>
a { background-color: #53A37B; }
a { background-color: rgb(83,163,123); }
div.DivClassName
{
background-color: #53A37B;
}
.BgClassName
{
background-color: #53A37B;
}
</style>
border-color css
<style>
span { border-color: #53A37B; }
span { border-color: rgb(83,163,123); }
td.TdClassName
{
border-color: #53A37B;
}
.TagClassName
{
border-color: #53A37B;
}
</style>