Shades of Ocean Green #52AB68
Tints of Ocean Green #52AB68
RGB
CMYK
RGB Variations
Color information
#52AB68 (or 0x52AB68) is known color: Ocean Green. HEX triplet: 52, AB and 68. RGB value is (82,171,104). Sum of RGB (Red+Green+Blue) = 82+171+104=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AB68 is #AD5497. Grayscale: #888888. Windows color (decimal): -11359384 or 6859602. OLE color: 6859602.
HSL color Cylindrical-coordinate representation of color #52AB68: hue angle of 134.83º 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 #52AB68 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 104 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.33 |
| HSL | 134.83º | 0.35% | 0.5% | - |
| HSV(B) | 134.83º | 0.52% | 0.67% | - |
| XYZ | 20.54 | 31.92 | 18.18 | - |
| YUV | 136.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 104 | 0.52 | 0 | 0.39 | 0.33 | 134.83 | 0.35 | 0.5 |
| Hex | 52 | AB | 68 | 34 | 0 | 27 | 21 | 87 | 23 | 32 |
| Octal | 122 | 253 | 150 | 64 | 0 | 47 | 41 | 207 | 43 | 62 |
| Binary | 1010010 | 10101011 | 1101000 | 110100 | 0 | 100111 | 100001 | 10000111 | 100011 | 110010 |
Color Harmonies of #52AB68
Complementary color
Monochromatic Colors of #52AB68
Black with #52AB68
Text Example
Text Example
White with #52AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB68; }
p { color: rgb(82,171,104); }
H1.HeaderClassName
{
color: #52AB68;
}
.AnyTagClassName
{
color: #52AB68;
}
</style>
background-color css
<style>
a { background-color: #52AB68; }
a { background-color: rgb(82,171,104); }
div.DivClassName
{
background-color: #52AB68;
}
.BgClassName
{
background-color: #52AB68;
}
</style>
border-color css
<style>
span { border-color: #52AB68; }
span { border-color: rgb(82,171,104); }
td.TdClassName
{
border-color: #52AB68;
}
.TagClassName
{
border-color: #52AB68;
}
</style>