Shades of Ocean Green #52B26A
Tints of Ocean Green #52B26A
RGB
CMYK
RGB Variations
Color information
#52B26A (or 0x52B26A) is known color: Ocean Green. HEX triplet: 52, B2 and 6A. RGB value is (82,178,106). Sum of RGB (Red+Green+Blue) = 82+178+106=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #52B26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B26A is #AD4D95. Grayscale: #8D8D8D. Windows color (decimal): -11357590 or 6992466. OLE color: 6992466.
HSL color Cylindrical-coordinate representation of color #52B26A: hue angle of 135º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B26A is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 106 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.30 |
| HSL | 135º | 0.38% | 0.51% | - |
| HSV(B) | 135º | 0.54% | 0.7% | - |
| XYZ | 22 | 34.68 | 19.17 | - |
| YUV | 141.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 106 | 0.54 | 0 | 0.40 | 0.30 | 135 | 0.38 | 0.51 |
| Hex | 52 | B2 | 6A | 36 | 0 | 28 | 1E | 87 | 26 | 33 |
| Octal | 122 | 262 | 152 | 66 | 0 | 50 | 36 | 207 | 46 | 63 |
| Binary | 1010010 | 10110010 | 1101010 | 110110 | 0 | 101000 | 11110 | 10000111 | 100110 | 110011 |
Color Harmonies of #52B26A
Complementary color
Monochromatic Colors of #52B26A
Black with #52B26A
Text Example
Text Example
White with #52B26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B26A; }
p { color: rgb(82,178,106); }
H1.HeaderClassName
{
color: #52B26A;
}
.AnyTagClassName
{
color: #52B26A;
}
</style>
background-color css
<style>
a { background-color: #52B26A; }
a { background-color: rgb(82,178,106); }
div.DivClassName
{
background-color: #52B26A;
}
.BgClassName
{
background-color: #52B26A;
}
</style>
border-color css
<style>
span { border-color: #52B26A; }
span { border-color: rgb(82,178,106); }
td.TdClassName
{
border-color: #52B26A;
}
.TagClassName
{
border-color: #52B26A;
}
</style>