Shades of Ocean Green #53B574
Tints of Ocean Green #53B574
RGB
CMYK
RGB Variations
Color information
#53B574 (or 0x53B574) is known color: Ocean Green. HEX triplet: 53, B5 and 74. RGB value is (83,181,116). Sum of RGB (Red+Green+Blue) = 83+181+116=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #53B574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B574 is #AC4A8B. Grayscale: #909090. Windows color (decimal): -11291276 or 7648595. OLE color: 7648595.
HSL color Cylindrical-coordinate representation of color #53B574: hue angle of 140.2º degrees, saturation: 0.4, 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 #53B574 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 116 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.29 |
| HSL | 140.2º | 0.4% | 0.52% | - |
| HSV(B) | 140.2º | 0.54% | 0.71% | - |
| XYZ | 23.24 | 36.15 | 22.28 | - |
| YUV | 144.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 116 | 0.54 | 0 | 0.36 | 0.29 | 140.2 | 0.4 | 0.52 |
| Hex | 53 | B5 | 74 | 36 | 0 | 24 | 1D | 8C | 28 | 34 |
| Octal | 123 | 265 | 164 | 66 | 0 | 44 | 35 | 214 | 50 | 64 |
| Binary | 1010011 | 10110101 | 1110100 | 110110 | 0 | 100100 | 11101 | 10001100 | 101000 | 110100 |
Color Harmonies of #53B574
Complementary color
Monochromatic Colors of #53B574
Black with #53B574
Text Example
Text Example
White with #53B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B574; }
p { color: rgb(83,181,116); }
H1.HeaderClassName
{
color: #53B574;
}
.AnyTagClassName
{
color: #53B574;
}
</style>
background-color css
<style>
a { background-color: #53B574; }
a { background-color: rgb(83,181,116); }
div.DivClassName
{
background-color: #53B574;
}
.BgClassName
{
background-color: #53B574;
}
</style>
border-color css
<style>
span { border-color: #53B574; }
span { border-color: rgb(83,181,116); }
td.TdClassName
{
border-color: #53B574;
}
.TagClassName
{
border-color: #53B574;
}
</style>