Shades of Ocean Green #53B074
Tints of Ocean Green #53B074
RGB
CMYK
RGB Variations
Color information
#53B074 (or 0x53B074) is known color: Ocean Green. HEX triplet: 53, B0 and 74. RGB value is (83,176,116). Sum of RGB (Red+Green+Blue) = 83+176+116=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #53B074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B074 is #AC4F8B. Grayscale: #8D8D8D. Windows color (decimal): -11292556 or 7647315. OLE color: 7647315.
HSL color Cylindrical-coordinate representation of color #53B074: hue angle of 141.29º 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 #53B074 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 116 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.31 |
| HSL | 141.29º | 0.37% | 0.51% | - |
| HSV(B) | 141.29º | 0.53% | 0.69% | - |
| XYZ | 22.25 | 34.15 | 21.94 | - |
| YUV | 141.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 116 | 0.53 | 0 | 0.34 | 0.31 | 141.29 | 0.37 | 0.51 |
| Hex | 53 | B0 | 74 | 35 | 0 | 22 | 1F | 8D | 25 | 33 |
| Octal | 123 | 260 | 164 | 65 | 0 | 42 | 37 | 215 | 45 | 63 |
| Binary | 1010011 | 10110000 | 1110100 | 110101 | 0 | 100010 | 11111 | 10001101 | 100101 | 110011 |
Color Harmonies of #53B074
Complementary color
Monochromatic Colors of #53B074
Black with #53B074
Text Example
Text Example
White with #53B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B074; }
p { color: rgb(83,176,116); }
H1.HeaderClassName
{
color: #53B074;
}
.AnyTagClassName
{
color: #53B074;
}
</style>
background-color css
<style>
a { background-color: #53B074; }
a { background-color: rgb(83,176,116); }
div.DivClassName
{
background-color: #53B074;
}
.BgClassName
{
background-color: #53B074;
}
</style>
border-color css
<style>
span { border-color: #53B074; }
span { border-color: rgb(83,176,116); }
td.TdClassName
{
border-color: #53B074;
}
.TagClassName
{
border-color: #53B074;
}
</style>