Shades of Ocean Green #50AA7B
Tints of Ocean Green #50AA7B
RGB
CMYK
RGB Variations
Color information
#50AA7B (or 0x50AA7B) is known color: Ocean Green. HEX triplet: 50, AA and 7B. RGB value is (80,170,123). Sum of RGB (Red+Green+Blue) = 80+170+123=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AA7B is #AF5584. Grayscale: #898989. Windows color (decimal): -11490693 or 8104528. OLE color: 8104528.
HSL color Cylindrical-coordinate representation of color #50AA7B: hue angle of 148.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AA7B is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 123 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.33 |
| HSL | 148.67º | 0.36% | 0.49% | - |
| HSV(B) | 148.67º | 0.53% | 0.67% | - |
| XYZ | 21.26 | 31.88 | 23.77 | - |
| YUV | 137.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 123 | 0.53 | 0 | 0.28 | 0.33 | 148.67 | 0.36 | 0.49 |
| Hex | 50 | AA | 7B | 35 | 0 | 1C | 21 | 95 | 24 | 31 |
| Octal | 120 | 252 | 173 | 65 | 0 | 34 | 41 | 225 | 44 | 61 |
| Binary | 1010000 | 10101010 | 1111011 | 110101 | 0 | 11100 | 100001 | 10010101 | 100100 | 110001 |
Color Harmonies of #50AA7B
Complementary color
Monochromatic Colors of #50AA7B
Black with #50AA7B
Text Example
Text Example
White with #50AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA7B; }
p { color: rgb(80,170,123); }
H1.HeaderClassName
{
color: #50AA7B;
}
.AnyTagClassName
{
color: #50AA7B;
}
</style>
background-color css
<style>
a { background-color: #50AA7B; }
a { background-color: rgb(80,170,123); }
div.DivClassName
{
background-color: #50AA7B;
}
.BgClassName
{
background-color: #50AA7B;
}
</style>
border-color css
<style>
span { border-color: #50AA7B; }
span { border-color: rgb(80,170,123); }
td.TdClassName
{
border-color: #50AA7B;
}
.TagClassName
{
border-color: #50AA7B;
}
</style>