#509B76

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

Shades of Ocean Green #509B76

Tints of Ocean Green #509B76

Color information

#509B76 (or 0x509B76) is unknown color: approx Ocean Green. HEX triplet: 50, 9B and 76. RGB value is (80,155,118). Sum of RGB (Red+Green+Blue) = 80+155+118=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #509B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B76 is #AF6489. Grayscale: #808080. Windows color (decimal): -11494538 or 7773008. OLE color: 7773008.

HSL color Cylindrical-coordinate representation of color #509B76: hue angle of 150.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B76 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB80155118-
CMYK0.4800.240.39
HSL150.4º31.91%46.08%-
HSV(B)150.4º48.39%60.78%-
XYZ18.326.4621.28-
YUV128.36122.1593.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=22.66%
G=43.91%
B=33.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551180.4800.240.39150.431.9146.08
Hex509B76300182796202e
Octal12023316660030472264056
Binary101000010011011111011011000001100010011110010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,155,118); }

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

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

 a { background-color: rgb(80,155,118); }

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

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

 span { border-color: rgb(80,155,118); }

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