Shades of Ocean Green #53B385
Tints of Ocean Green #53B385
RGB
CMYK
RGB Variations
Color information
#53B385 (or 0x53B385) is known color: Ocean Green. HEX triplet: 53, B3 and 85. RGB value is (83,179,133). Sum of RGB (Red+Green+Blue) = 83+179+133=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #53B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B385 is #AC4C7A. Grayscale: #919191. Windows color (decimal): -11291771 or 8762195. OLE color: 8762195.
HSL color Cylindrical-coordinate representation of color #53B385: hue angle of 151.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 #53B385 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 133 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.30 |
| HSL | 151.25º | 0.39% | 0.51% | - |
| HSV(B) | 151.25º | 0.54% | 0.7% | - |
| XYZ | 23.92 | 35.77 | 27.83 | - |
| YUV | 145.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 133 | 0.54 | 0 | 0.26 | 0.30 | 151.25 | 0.39 | 0.51 |
| Hex | 53 | B3 | 85 | 36 | 0 | 1A | 1E | 97 | 27 | 33 |
| Octal | 123 | 263 | 205 | 66 | 0 | 32 | 36 | 227 | 47 | 63 |
| Binary | 1010011 | 10110011 | 10000101 | 110110 | 0 | 11010 | 11110 | 10010111 | 100111 | 110011 |
Color Harmonies of #53B385
Complementary color
Monochromatic Colors of #53B385
Black with #53B385
Text Example
Text Example
White with #53B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B385; }
p { color: rgb(83,179,133); }
H1.HeaderClassName
{
color: #53B385;
}
.AnyTagClassName
{
color: #53B385;
}
</style>
background-color css
<style>
a { background-color: #53B385; }
a { background-color: rgb(83,179,133); }
div.DivClassName
{
background-color: #53B385;
}
.BgClassName
{
background-color: #53B385;
}
</style>
border-color css
<style>
span { border-color: #53B385; }
span { border-color: rgb(83,179,133); }
td.TdClassName
{
border-color: #53B385;
}
.TagClassName
{
border-color: #53B385;
}
</style>