Shades of Ocean Green #52B26B
Tints of Ocean Green #52B26B
RGB
CMYK
RGB Variations
Color information
#52B26B (or 0x52B26B) is known color: Ocean Green. HEX triplet: 52, B2 and 6B. RGB value is (82,178,107). Sum of RGB (Red+Green+Blue) = 82+178+107=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #52B26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B26B is #AD4D94. Grayscale: #8D8D8D. Windows color (decimal): -11357589 or 7058002. OLE color: 7058002.
HSL color Cylindrical-coordinate representation of color #52B26B: hue angle of 135.62º 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 #52B26B is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 107 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.30 |
| HSL | 135.63º | 0.38% | 0.51% | - |
| HSV(B) | 135.63º | 0.54% | 0.7% | - |
| XYZ | 22.05 | 34.7 | 19.44 | - |
| YUV | 141.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 107 | 0.54 | 0 | 0.40 | 0.30 | 135.63 | 0.38 | 0.51 |
| Hex | 52 | B2 | 6B | 36 | 0 | 28 | 1E | 88 | 26 | 33 |
| Octal | 122 | 262 | 153 | 66 | 0 | 50 | 36 | 210 | 46 | 63 |
| Binary | 1010010 | 10110010 | 1101011 | 110110 | 0 | 101000 | 11110 | 10001000 | 100110 | 110011 |
Color Harmonies of #52B26B
Complementary color
Monochromatic Colors of #52B26B
Black with #52B26B
Text Example
Text Example
White with #52B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B26B; }
p { color: rgb(82,178,107); }
H1.HeaderClassName
{
color: #52B26B;
}
.AnyTagClassName
{
color: #52B26B;
}
</style>
background-color css
<style>
a { background-color: #52B26B; }
a { background-color: rgb(82,178,107); }
div.DivClassName
{
background-color: #52B26B;
}
.BgClassName
{
background-color: #52B26B;
}
</style>
border-color css
<style>
span { border-color: #52B26B; }
span { border-color: rgb(82,178,107); }
td.TdClassName
{
border-color: #52B26B;
}
.TagClassName
{
border-color: #52B26B;
}
</style>