Shades of Ocean Green #53B085
Tints of Ocean Green #53B085
RGB
CMYK
RGB Variations
Color information
#53B085 (or 0x53B085) is known color: Ocean Green. HEX triplet: 53, B0 and 85. RGB value is (83,176,133). Sum of RGB (Red+Green+Blue) = 83+176+133=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #53B085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B085 is #AC4F7A. Grayscale: #8F8F8F. Windows color (decimal): -11292539 or 8761427. OLE color: 8761427.
HSL color Cylindrical-coordinate representation of color #53B085: hue angle of 152.26º 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 #53B085 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 133 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.31 |
| HSL | 152.26º | 0.37% | 0.51% | - |
| HSV(B) | 152.26º | 0.53% | 0.69% | - |
| XYZ | 23.33 | 34.58 | 27.64 | - |
| YUV | 143.29 | 122.19 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 133 | 0.53 | 0 | 0.24 | 0.31 | 152.26 | 0.37 | 0.51 |
| Hex | 53 | B0 | 85 | 35 | 0 | 18 | 1F | 98 | 25 | 33 |
| Octal | 123 | 260 | 205 | 65 | 0 | 30 | 37 | 230 | 45 | 63 |
| Binary | 1010011 | 10110000 | 10000101 | 110101 | 0 | 11000 | 11111 | 10011000 | 100101 | 110011 |
Color Harmonies of #53B085
Complementary color
Monochromatic Colors of #53B085
Black with #53B085
Text Example
Text Example
White with #53B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B085; }
p { color: rgb(83,176,133); }
H1.HeaderClassName
{
color: #53B085;
}
.AnyTagClassName
{
color: #53B085;
}
</style>
background-color css
<style>
a { background-color: #53B085; }
a { background-color: rgb(83,176,133); }
div.DivClassName
{
background-color: #53B085;
}
.BgClassName
{
background-color: #53B085;
}
</style>
border-color css
<style>
span { border-color: #53B085; }
span { border-color: rgb(83,176,133); }
td.TdClassName
{
border-color: #53B085;
}
.TagClassName
{
border-color: #53B085;
}
</style>