Shades of Ocean Green #53B470
Tints of Ocean Green #53B470
RGB
CMYK
RGB Variations
Color information
#53B470 (or 0x53B470) is known color: Ocean Green. HEX triplet: 53, B4 and 70. RGB value is (83,180,112). Sum of RGB (Red+Green+Blue) = 83+180+112=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #53B470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B470 is #AC4B8F. Grayscale: #8F8F8F. Windows color (decimal): -11291536 or 7386195. OLE color: 7386195.
HSL color Cylindrical-coordinate representation of color #53B470: hue angle of 137.94º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B470 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 112 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.29 |
| HSL | 137.94º | 0.39% | 0.52% | - |
| HSV(B) | 137.94º | 0.54% | 0.71% | - |
| XYZ | 22.81 | 35.65 | 21.01 | - |
| YUV | 143.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 112 | 0.54 | 0 | 0.38 | 0.29 | 137.94 | 0.39 | 0.52 |
| Hex | 53 | B4 | 70 | 36 | 0 | 26 | 1D | 8A | 27 | 34 |
| Octal | 123 | 264 | 160 | 66 | 0 | 46 | 35 | 212 | 47 | 64 |
| Binary | 1010011 | 10110100 | 1110000 | 110110 | 0 | 100110 | 11101 | 10001010 | 100111 | 110100 |
Color Harmonies of #53B470
Complementary color
Monochromatic Colors of #53B470
Black with #53B470
Text Example
Text Example
White with #53B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B470; }
p { color: rgb(83,180,112); }
H1.HeaderClassName
{
color: #53B470;
}
.AnyTagClassName
{
color: #53B470;
}
</style>
background-color css
<style>
a { background-color: #53B470; }
a { background-color: rgb(83,180,112); }
div.DivClassName
{
background-color: #53B470;
}
.BgClassName
{
background-color: #53B470;
}
</style>
border-color css
<style>
span { border-color: #53B470; }
span { border-color: rgb(83,180,112); }
td.TdClassName
{
border-color: #53B470;
}
.TagClassName
{
border-color: #53B470;
}
</style>