Shades of Ocean Green #53B375
Tints of Ocean Green #53B375
RGB
CMYK
RGB Variations
Color information
#53B375 (or 0x53B375) is known color: Ocean Green. HEX triplet: 53, B3 and 75. RGB value is (83,179,117). Sum of RGB (Red+Green+Blue) = 83+179+117=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #53B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B375 is #AC4C8A. Grayscale: #8F8F8F. Windows color (decimal): -11291787 or 7713619. OLE color: 7713619.
HSL color Cylindrical-coordinate representation of color #53B375: hue angle of 141.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B375 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 117 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.30 |
| HSL | 141.25º | 0.39% | 0.51% | - |
| HSV(B) | 141.25º | 0.54% | 0.7% | - |
| XYZ | 22.9 | 35.36 | 22.45 | - |
| YUV | 143.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 117 | 0.54 | 0 | 0.35 | 0.30 | 141.25 | 0.39 | 0.51 |
| Hex | 53 | B3 | 75 | 36 | 0 | 23 | 1E | 8D | 27 | 33 |
| Octal | 123 | 263 | 165 | 66 | 0 | 43 | 36 | 215 | 47 | 63 |
| Binary | 1010011 | 10110011 | 1110101 | 110110 | 0 | 100011 | 11110 | 10001101 | 100111 | 110011 |
Color Harmonies of #53B375
Complementary color
Monochromatic Colors of #53B375
Black with #53B375
Text Example
Text Example
White with #53B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B375; }
p { color: rgb(83,179,117); }
H1.HeaderClassName
{
color: #53B375;
}
.AnyTagClassName
{
color: #53B375;
}
</style>
background-color css
<style>
a { background-color: #53B375; }
a { background-color: rgb(83,179,117); }
div.DivClassName
{
background-color: #53B375;
}
.BgClassName
{
background-color: #53B375;
}
</style>
border-color css
<style>
span { border-color: #53B375; }
span { border-color: rgb(83,179,117); }
td.TdClassName
{
border-color: #53B375;
}
.TagClassName
{
border-color: #53B375;
}
</style>