#509B7C

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

Shades of Ocean Green #509B7C

Tints of Ocean Green #509B7C

Color information

#509B7C (or 0x509B7C) is unknown color: approx Ocean Green. HEX triplet: 50, 9B and 7C. RGB value is (80,155,124). Sum of RGB (Red+Green+Blue) = 80+155+124=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #509B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B7C is #AF6483. Grayscale: #818181. Windows color (decimal): -11494532 or 8166224. OLE color: 8166224.

HSL color Cylindrical-coordinate representation of color #509B7C: hue angle of 155.2º 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 #509B7C is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB80155124-
CMYK0.4800.20.39
HSL155.2º31.91%46.08%-
HSV(B)155.2º48.39%60.78%-
XYZ18.6726.623.22-
YUV129.04125.1593.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=22.28%
G=43.18%
B=34.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551240.4800.20.39155.231.9146.08
Hex509B7C30014279b202e
Octal12023317460024472334056
Binary101000010011011111110011000001010010011110011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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