Shades of Ocean Green #52AB6D
Tints of Ocean Green #52AB6D
RGB
CMYK
RGB Variations
Color information
#52AB6D (or 0x52AB6D) is known color: Ocean Green. HEX triplet: 52, AB and 6D. RGB value is (82,171,109). Sum of RGB (Red+Green+Blue) = 82+171+109=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AB6D is #AD5492. Grayscale: #898989. Windows color (decimal): -11359379 or 7187282. OLE color: 7187282.
HSL color Cylindrical-coordinate representation of color #52AB6D: hue angle of 138.2º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB6D is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 109 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.33 |
| HSL | 138.2º | 0.35% | 0.5% | - |
| HSV(B) | 138.2º | 0.52% | 0.67% | - |
| XYZ | 20.8 | 32.02 | 19.55 | - |
| YUV | 137.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 109 | 0.52 | 0 | 0.36 | 0.33 | 138.2 | 0.35 | 0.5 |
| Hex | 52 | AB | 6D | 34 | 0 | 24 | 21 | 8A | 23 | 32 |
| Octal | 122 | 253 | 155 | 64 | 0 | 44 | 41 | 212 | 43 | 62 |
| Binary | 1010010 | 10101011 | 1101101 | 110100 | 0 | 100100 | 100001 | 10001010 | 100011 | 110010 |
Color Harmonies of #52AB6D
Complementary color
Monochromatic Colors of #52AB6D
Black with #52AB6D
Text Example
Text Example
White with #52AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB6D; }
p { color: rgb(82,171,109); }
H1.HeaderClassName
{
color: #52AB6D;
}
.AnyTagClassName
{
color: #52AB6D;
}
</style>
background-color css
<style>
a { background-color: #52AB6D; }
a { background-color: rgb(82,171,109); }
div.DivClassName
{
background-color: #52AB6D;
}
.BgClassName
{
background-color: #52AB6D;
}
</style>
border-color css
<style>
span { border-color: #52AB6D; }
span { border-color: rgb(82,171,109); }
td.TdClassName
{
border-color: #52AB6D;
}
.TagClassName
{
border-color: #52AB6D;
}
</style>