Shades of Ocean Green #509C7A
Tints of Ocean Green #509C7A
RGB
CMYK
RGB Variations
Color information
#509C7A (or 0x509C7A) is known color: Ocean Green. HEX triplet: 50, 9C and 7A. RGB value is (80,156,122). Sum of RGB (Red+Green+Blue) = 80+156+122=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #509C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C7A is #AF6385. Grayscale: #818181. Windows color (decimal): -11494278 or 8035408. OLE color: 8035408.
HSL color Cylindrical-coordinate representation of color #509C7A: hue angle of 153.16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C7A is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 122 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.39 |
| HSL | 153.16º | 0.32% | 0.46% | - |
| HSV(B) | 153.16º | 0.49% | 0.61% | - |
| XYZ | 18.71 | 26.89 | 22.62 | - |
| YUV | 129.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 122 | 0.49 | 0 | 0.22 | 0.39 | 153.16 | 0.32 | 0.46 |
| Hex | 50 | 9C | 7A | 31 | 0 | 16 | 27 | 99 | 20 | 2E |
| Octal | 120 | 234 | 172 | 61 | 0 | 26 | 47 | 231 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1111010 | 110001 | 0 | 10110 | 100111 | 10011001 | 100000 | 101110 |
Color Harmonies of #509C7A
Complementary color
Monochromatic Colors of #509C7A
Black with #509C7A
Text Example
Text Example
White with #509C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C7A; }
p { color: rgb(80,156,122); }
H1.HeaderClassName
{
color: #509C7A;
}
.AnyTagClassName
{
color: #509C7A;
}
</style>
background-color css
<style>
a { background-color: #509C7A; }
a { background-color: rgb(80,156,122); }
div.DivClassName
{
background-color: #509C7A;
}
.BgClassName
{
background-color: #509C7A;
}
</style>
border-color css
<style>
span { border-color: #509C7A; }
span { border-color: rgb(80,156,122); }
td.TdClassName
{
border-color: #509C7A;
}
.TagClassName
{
border-color: #509C7A;
}
</style>