Shades of Ocean Green #53B16B
Tints of Ocean Green #53B16B
RGB
CMYK
RGB Variations
Color information
#53B16B (or 0x53B16B) is known color: Ocean Green. HEX triplet: 53, B1 and 6B. RGB value is (83,177,107). Sum of RGB (Red+Green+Blue) = 83+177+107=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #53B16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B16B is #AC4E94. Grayscale: #8D8D8D. Windows color (decimal): -11292309 or 7057747. OLE color: 7057747.
HSL color Cylindrical-coordinate representation of color #53B16B: hue angle of 135.32º degrees, saturation: 0.38, 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 #53B16B is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 107 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.31 |
| HSL | 135.32º | 0.38% | 0.51% | - |
| HSV(B) | 135.32º | 0.53% | 0.69% | - |
| XYZ | 21.94 | 34.34 | 19.38 | - |
| YUV | 140.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 107 | 0.53 | 0 | 0.40 | 0.31 | 135.32 | 0.38 | 0.51 |
| Hex | 53 | B1 | 6B | 35 | 0 | 28 | 1F | 87 | 26 | 33 |
| Octal | 123 | 261 | 153 | 65 | 0 | 50 | 37 | 207 | 46 | 63 |
| Binary | 1010011 | 10110001 | 1101011 | 110101 | 0 | 101000 | 11111 | 10000111 | 100110 | 110011 |
Color Harmonies of #53B16B
Complementary color
Monochromatic Colors of #53B16B
Black with #53B16B
Text Example
Text Example
White with #53B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B16B; }
p { color: rgb(83,177,107); }
H1.HeaderClassName
{
color: #53B16B;
}
.AnyTagClassName
{
color: #53B16B;
}
</style>
background-color css
<style>
a { background-color: #53B16B; }
a { background-color: rgb(83,177,107); }
div.DivClassName
{
background-color: #53B16B;
}
.BgClassName
{
background-color: #53B16B;
}
</style>
border-color css
<style>
span { border-color: #53B16B; }
span { border-color: rgb(83,177,107); }
td.TdClassName
{
border-color: #53B16B;
}
.TagClassName
{
border-color: #53B16B;
}
</style>