Shades of Ocean Green #53B16C
Tints of Ocean Green #53B16C
RGB
CMYK
RGB Variations
Color information
#53B16C (or 0x53B16C) is known color: Ocean Green. HEX triplet: 53, B1 and 6C. RGB value is (83,177,108). Sum of RGB (Red+Green+Blue) = 83+177+108=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #53B16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B16C is #AC4E93. Grayscale: #8D8D8D. Windows color (decimal): -11292308 or 7123283. OLE color: 7123283.
HSL color Cylindrical-coordinate representation of color #53B16C: hue angle of 135.96º 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 #53B16C is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 177 | 108 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.31 |
| HSL | 135.96º | 0.38% | 0.51% | - |
| HSV(B) | 135.96º | 0.53% | 0.69% | - |
| XYZ | 22 | 34.37 | 19.66 | - |
| YUV | 141.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 177 | 108 | 0.53 | 0 | 0.39 | 0.31 | 135.96 | 0.38 | 0.51 |
| Hex | 53 | B1 | 6C | 35 | 0 | 27 | 1F | 88 | 26 | 33 |
| Octal | 123 | 261 | 154 | 65 | 0 | 47 | 37 | 210 | 46 | 63 |
| Binary | 1010011 | 10110001 | 1101100 | 110101 | 0 | 100111 | 11111 | 10001000 | 100110 | 110011 |
Color Harmonies of #53B16C
Complementary color
Monochromatic Colors of #53B16C
Black with #53B16C
Text Example
Text Example
White with #53B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B16C; }
p { color: rgb(83,177,108); }
H1.HeaderClassName
{
color: #53B16C;
}
.AnyTagClassName
{
color: #53B16C;
}
</style>
background-color css
<style>
a { background-color: #53B16C; }
a { background-color: rgb(83,177,108); }
div.DivClassName
{
background-color: #53B16C;
}
.BgClassName
{
background-color: #53B16C;
}
</style>
border-color css
<style>
span { border-color: #53B16C; }
span { border-color: rgb(83,177,108); }
td.TdClassName
{
border-color: #53B16C;
}
.TagClassName
{
border-color: #53B16C;
}
</style>