#509F6A

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

Shades of Ocean Green #509F6A

Tints of Ocean Green #509F6A

Color information

#509F6A (or 0x509F6A) is unknown color: approx Ocean Green. HEX triplet: 50, 9F and 6A. RGB value is (80,159,106). Sum of RGB (Red+Green+Blue) = 80+159+106=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #509F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F6A is #AF6095. Grayscale: #818181. Windows color (decimal): -11493526 or 6987600. OLE color: 6987600.

HSL color Cylindrical-coordinate representation of color #509F6A: hue angle of 139.75º 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 #509F6A is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB80159106-
CMYK0.5000.330.38
HSL139.75º33.05%46.86%-
HSV(B)139.75º49.69%62.35%-
XYZ18.3127.5417.99-
YUV129.34114.8392.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=23.19%
G=46.09%
B=30.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591060.5000.330.38139.7533.0546.86
Hex509F6A32021268c212f
Octal12023715262041462144157
Binary1010000100111111101010110010010000110011010001100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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