Shades of Ocean Green #53B082
Tints of Ocean Green #53B082
RGB
CMYK
RGB Variations
Color information
#53B082 (or 0x53B082) is known color: Ocean Green. HEX triplet: 53, B0 and 82. RGB value is (83,176,130). Sum of RGB (Red+Green+Blue) = 83+176+130=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #53B082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B082 is #AC4F7D. Grayscale: #8F8F8F. Windows color (decimal): -11292542 or 8564819. OLE color: 8564819.
HSL color Cylindrical-coordinate representation of color #53B082: hue angle of 150.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B082 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 130 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.31 |
| HSL | 150.32º | 0.37% | 0.51% | - |
| HSV(B) | 150.32º | 0.53% | 0.69% | - |
| XYZ | 23.12 | 34.5 | 26.56 | - |
| YUV | 142.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 130 | 0.53 | 0 | 0.26 | 0.31 | 150.32 | 0.37 | 0.51 |
| Hex | 53 | B0 | 82 | 35 | 0 | 1A | 1F | 96 | 25 | 33 |
| Octal | 123 | 260 | 202 | 65 | 0 | 32 | 37 | 226 | 45 | 63 |
| Binary | 1010011 | 10110000 | 10000010 | 110101 | 0 | 11010 | 11111 | 10010110 | 100101 | 110011 |
Color Harmonies of #53B082
Complementary color
Monochromatic Colors of #53B082
Black with #53B082
Text Example
Text Example
White with #53B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B082; }
p { color: rgb(83,176,130); }
H1.HeaderClassName
{
color: #53B082;
}
.AnyTagClassName
{
color: #53B082;
}
</style>
background-color css
<style>
a { background-color: #53B082; }
a { background-color: rgb(83,176,130); }
div.DivClassName
{
background-color: #53B082;
}
.BgClassName
{
background-color: #53B082;
}
</style>
border-color css
<style>
span { border-color: #53B082; }
span { border-color: rgb(83,176,130); }
td.TdClassName
{
border-color: #53B082;
}
.TagClassName
{
border-color: #53B082;
}
</style>