Shades of Ocean Green #53B46C
Tints of Ocean Green #53B46C
RGB
CMYK
RGB Variations
Color information
#53B46C (or 0x53B46C) is known color: Ocean Green. HEX triplet: 53, B4 and 6C. RGB value is (83,180,108). Sum of RGB (Red+Green+Blue) = 83+180+108=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #53B46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B46C is #AC4B93. Grayscale: #8E8E8E. Windows color (decimal): -11291540 or 7124051. OLE color: 7124051.
HSL color Cylindrical-coordinate representation of color #53B46C: hue angle of 135.46º 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 #53B46C is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 108 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.29 |
| HSL | 135.46º | 0.39% | 0.52% | - |
| HSV(B) | 135.46º | 0.54% | 0.71% | - |
| XYZ | 22.6 | 35.56 | 19.86 | - |
| YUV | 142.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 108 | 0.54 | 0 | 0.40 | 0.29 | 135.46 | 0.39 | 0.52 |
| Hex | 53 | B4 | 6C | 36 | 0 | 28 | 1D | 87 | 27 | 34 |
| Octal | 123 | 264 | 154 | 66 | 0 | 50 | 35 | 207 | 47 | 64 |
| Binary | 1010011 | 10110100 | 1101100 | 110110 | 0 | 101000 | 11101 | 10000111 | 100111 | 110100 |
Color Harmonies of #53B46C
Complementary color
Monochromatic Colors of #53B46C
Black with #53B46C
Text Example
Text Example
White with #53B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B46C; }
p { color: rgb(83,180,108); }
H1.HeaderClassName
{
color: #53B46C;
}
.AnyTagClassName
{
color: #53B46C;
}
</style>
background-color css
<style>
a { background-color: #53B46C; }
a { background-color: rgb(83,180,108); }
div.DivClassName
{
background-color: #53B46C;
}
.BgClassName
{
background-color: #53B46C;
}
</style>
border-color css
<style>
span { border-color: #53B46C; }
span { border-color: rgb(83,180,108); }
td.TdClassName
{
border-color: #53B46C;
}
.TagClassName
{
border-color: #53B46C;
}
</style>