Shades of Ocean Green #50A882
Tints of Ocean Green #50A882
RGB
CMYK
RGB Variations
Color information
#50A882 (or 0x50A882) is known color: Ocean Green. HEX triplet: 50, A8 and 82. RGB value is (80,168,130). Sum of RGB (Red+Green+Blue) = 80+168+130=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #50A882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A882 is #AF577D. Grayscale: #898989. Windows color (decimal): -11491198 or 8562768. OLE color: 8562768.
HSL color Cylindrical-coordinate representation of color #50A882: hue angle of 154.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A882 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 130 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.34 |
| HSL | 154.09º | 0.35% | 0.49% | - |
| HSV(B) | 154.09º | 0.52% | 0.66% | - |
| XYZ | 21.34 | 31.32 | 26.04 | - |
| YUV | 137.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 130 | 0.52 | 0 | 0.23 | 0.34 | 154.09 | 0.35 | 0.49 |
| Hex | 50 | A8 | 82 | 34 | 0 | 17 | 22 | 9A | 23 | 31 |
| Octal | 120 | 250 | 202 | 64 | 0 | 27 | 42 | 232 | 43 | 61 |
| Binary | 1010000 | 10101000 | 10000010 | 110100 | 0 | 10111 | 100010 | 10011010 | 100011 | 110001 |
Color Harmonies of #50A882
Complementary color
Monochromatic Colors of #50A882
Black with #50A882
Text Example
Text Example
White with #50A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A882; }
p { color: rgb(80,168,130); }
H1.HeaderClassName
{
color: #50A882;
}
.AnyTagClassName
{
color: #50A882;
}
</style>
background-color css
<style>
a { background-color: #50A882; }
a { background-color: rgb(80,168,130); }
div.DivClassName
{
background-color: #50A882;
}
.BgClassName
{
background-color: #50A882;
}
</style>
border-color css
<style>
span { border-color: #50A882; }
span { border-color: rgb(80,168,130); }
td.TdClassName
{
border-color: #50A882;
}
.TagClassName
{
border-color: #50A882;
}
</style>