Shades of Ocean Green #52B26F
Tints of Ocean Green #52B26F
RGB
CMYK
RGB Variations
Color information
#52B26F (or 0x52B26F) is known color: Ocean Green. HEX triplet: 52, B2 and 6F. RGB value is (82,178,111). Sum of RGB (Red+Green+Blue) = 82+178+111=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #52B26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B26F is #AD4D90. Grayscale: #8D8D8D. Windows color (decimal): -11357585 or 7320146. OLE color: 7320146.
HSL color Cylindrical-coordinate representation of color #52B26F: hue angle of 138.12º 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 #52B26F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 111 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.30 |
| HSL | 138.13º | 0.38% | 0.51% | - |
| HSV(B) | 138.13º | 0.54% | 0.7% | - |
| XYZ | 22.27 | 34.78 | 20.58 | - |
| YUV | 141.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 111 | 0.54 | 0 | 0.38 | 0.30 | 138.13 | 0.38 | 0.51 |
| Hex | 52 | B2 | 6F | 36 | 0 | 26 | 1E | 8A | 26 | 33 |
| Octal | 122 | 262 | 157 | 66 | 0 | 46 | 36 | 212 | 46 | 63 |
| Binary | 1010010 | 10110010 | 1101111 | 110110 | 0 | 100110 | 11110 | 10001010 | 100110 | 110011 |
Color Harmonies of #52B26F
Complementary color
Monochromatic Colors of #52B26F
Black with #52B26F
Text Example
Text Example
White with #52B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B26F; }
p { color: rgb(82,178,111); }
H1.HeaderClassName
{
color: #52B26F;
}
.AnyTagClassName
{
color: #52B26F;
}
</style>
background-color css
<style>
a { background-color: #52B26F; }
a { background-color: rgb(82,178,111); }
div.DivClassName
{
background-color: #52B26F;
}
.BgClassName
{
background-color: #52B26F;
}
</style>
border-color css
<style>
span { border-color: #52B26F; }
span { border-color: rgb(82,178,111); }
td.TdClassName
{
border-color: #52B26F;
}
.TagClassName
{
border-color: #52B26F;
}
</style>