Shades of Ocean Green #52A378
Tints of Ocean Green #52A378
RGB
CMYK
RGB Variations
Color information
#52A378 (or 0x52A378) is known color: Ocean Green. HEX triplet: 52, A3 and 78. RGB value is (82,163,120). Sum of RGB (Red+Green+Blue) = 82+163+120=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #52A378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A378 is #AD5C87. Grayscale: #858585. Windows color (decimal): -11361416 or 7906130. OLE color: 7906130.
HSL color Cylindrical-coordinate representation of color #52A378: hue angle of 148.15º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A378 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 163 | 120 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.36 |
| HSL | 148.15º | 0.33% | 0.48% | - |
| HSV(B) | 148.15º | 0.5% | 0.64% | - |
| XYZ | 19.97 | 29.34 | 22.38 | - |
| YUV | 133.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 120 | 0.50 | 0 | 0.26 | 0.36 | 148.15 | 0.33 | 0.48 |
| Hex | 52 | A3 | 78 | 32 | 0 | 1A | 24 | 94 | 21 | 30 |
| Octal | 122 | 243 | 170 | 62 | 0 | 32 | 44 | 224 | 41 | 60 |
| Binary | 1010010 | 10100011 | 1111000 | 110010 | 0 | 11010 | 100100 | 10010100 | 100001 | 110000 |
Color Harmonies of #52A378
Complementary color
Monochromatic Colors of #52A378
Black with #52A378
Text Example
Text Example
White with #52A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A378; }
p { color: rgb(82,163,120); }
H1.HeaderClassName
{
color: #52A378;
}
.AnyTagClassName
{
color: #52A378;
}
</style>
background-color css
<style>
a { background-color: #52A378; }
a { background-color: rgb(82,163,120); }
div.DivClassName
{
background-color: #52A378;
}
.BgClassName
{
background-color: #52A378;
}
</style>
border-color css
<style>
span { border-color: #52A378; }
span { border-color: rgb(82,163,120); }
td.TdClassName
{
border-color: #52A378;
}
.TagClassName
{
border-color: #52A378;
}
</style>