Shades of Ocean Green #509A6B
Tints of Ocean Green #509A6B
RGB
CMYK
RGB Variations
Color information
#509A6B (or 0x509A6B) is known color: Ocean Green. HEX triplet: 50, 9A and 6B. RGB value is (80,154,107). Sum of RGB (Red+Green+Blue) = 80+154+107=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #509A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A6B is #AF6594. Grayscale: #7E7E7E. Windows color (decimal): -11494805 or 7051856. OLE color: 7051856.
HSL color Cylindrical-coordinate representation of color #509A6B: hue angle of 141.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A6B is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 107 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.40 |
| HSL | 141.89º | 0.32% | 0.46% | - |
| HSV(B) | 141.89º | 0.48% | 0.6% | - |
| XYZ | 17.52 | 25.88 | 17.98 | - |
| YUV | 126.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 107 | 0.48 | 0 | 0.31 | 0.40 | 141.89 | 0.32 | 0.46 |
| Hex | 50 | 9A | 6B | 30 | 0 | 1F | 28 | 8E | 20 | 2E |
| Octal | 120 | 232 | 153 | 60 | 0 | 37 | 50 | 216 | 40 | 56 |
| Binary | 1010000 | 10011010 | 1101011 | 110000 | 0 | 11111 | 101000 | 10001110 | 100000 | 101110 |
Color Harmonies of #509A6B
Complementary color
Monochromatic Colors of #509A6B
Black with #509A6B
Text Example
Text Example
White with #509A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A6B; }
p { color: rgb(80,154,107); }
H1.HeaderClassName
{
color: #509A6B;
}
.AnyTagClassName
{
color: #509A6B;
}
</style>
background-color css
<style>
a { background-color: #509A6B; }
a { background-color: rgb(80,154,107); }
div.DivClassName
{
background-color: #509A6B;
}
.BgClassName
{
background-color: #509A6B;
}
</style>
border-color css
<style>
span { border-color: #509A6B; }
span { border-color: rgb(80,154,107); }
td.TdClassName
{
border-color: #509A6B;
}
.TagClassName
{
border-color: #509A6B;
}
</style>