#509F80

Color #509F80 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #509F80

Tints of Ocean Green #509F80

Color information

#509F80 (or 0x509F80) is unknown color: approx Ocean Green. HEX triplet: 50, 9F and 80. RGB value is (80,159,128). Sum of RGB (Red+Green+Blue) = 80+159+128=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #509F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F80 is #AF607F. Grayscale: #838383. Windows color (decimal): -11493504 or 8429392. OLE color: 8429392.

HSL color Cylindrical-coordinate representation of color #509F80: hue angle of 156.46º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F80 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB80159128-
CMYK0.5000.190.38
HSL156.46º33.05%46.86%-
HSV(B)156.46º49.69%62.35%-
XYZ19.628.0624.81-
YUV131.84125.8391.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=21.80%
G=43.32%
B=34.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591280.5000.190.38156.4633.0546.86
Hex509F8032013269c212f
Octal12023720062023462344157
Binary1010000100111111000000011001001001110011010011100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509F80; }

 p { color: rgb(80,159,128); }

 H1.HeaderClassName
 {
   color: #509F80;
 }
 .AnyTagClassName
 {
   color: #509F80;
 }
</style>
background-color css

<style>
 a { background-color: #509F80; }

 a { background-color: rgb(80,159,128); }

 div.DivClassName
 {
   background-color: #509F80;
 }
 .BgClassName
 {
   background-color: #509F80;
 }
</style>
border-color css

<style>
 span { border-color: #509F80; }

 span { border-color: rgb(80,159,128); }

 td.TdClassName
 {
   border-color: #509F80;
 }
 .TagClassName
 {
   border-color: #509F80;
 }
</style>