Shades of Ocean Green #53A56B
Tints of Ocean Green #53A56B
RGB
CMYK
RGB Variations
Color information
#53A56B (or 0x53A56B) is known color: Ocean Green. HEX triplet: 53, A5 and 6B. RGB value is (83,165,107). Sum of RGB (Red+Green+Blue) = 83+165+107=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #53A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A56B is #AC5A94. Grayscale: #868686. Windows color (decimal): -11295381 or 7054675. OLE color: 7054675.
HSL color Cylindrical-coordinate representation of color #53A56B: hue angle of 137.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A56B is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 165 | 107 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.35 |
| HSL | 137.56º | 0.33% | 0.49% | - |
| HSV(B) | 137.56º | 0.5% | 0.65% | - |
| XYZ | 19.68 | 29.81 | 18.63 | - |
| YUV | 133.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 107 | 0.50 | 0 | 0.35 | 0.35 | 137.56 | 0.33 | 0.49 |
| Hex | 53 | A5 | 6B | 32 | 0 | 23 | 23 | 8A | 21 | 31 |
| Octal | 123 | 245 | 153 | 62 | 0 | 43 | 43 | 212 | 41 | 61 |
| Binary | 1010011 | 10100101 | 1101011 | 110010 | 0 | 100011 | 100011 | 10001010 | 100001 | 110001 |
Color Harmonies of #53A56B
Complementary color
Monochromatic Colors of #53A56B
Black with #53A56B
Text Example
Text Example
White with #53A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A56B; }
p { color: rgb(83,165,107); }
H1.HeaderClassName
{
color: #53A56B;
}
.AnyTagClassName
{
color: #53A56B;
}
</style>
background-color css
<style>
a { background-color: #53A56B; }
a { background-color: rgb(83,165,107); }
div.DivClassName
{
background-color: #53A56B;
}
.BgClassName
{
background-color: #53A56B;
}
</style>
border-color css
<style>
span { border-color: #53A56B; }
span { border-color: rgb(83,165,107); }
td.TdClassName
{
border-color: #53A56B;
}
.TagClassName
{
border-color: #53A56B;
}
</style>