#509979

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

Shades of Ocean Green #509979

Tints of Ocean Green #509979

Color information

#509979 (or 0x509979) is unknown color: approx Ocean Green. HEX triplet: 50, 99 and 79. RGB value is (80,153,121). Sum of RGB (Red+Green+Blue) = 80+153+121=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #509979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509979 is #AF6686. Grayscale: #7F7F7F. Windows color (decimal): -11495047 or 7969104. OLE color: 7969104.

HSL color Cylindrical-coordinate representation of color #509979: hue angle of 153.7º degrees, saturation: 0.31, 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 #509979 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB80153121-
CMYK0.4800.210.4
HSL153.7º31.33%45.69%-
HSV(B)153.7º47.71%60%-
XYZ18.1525.8722.13-
YUV127.52124.3294.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=22.60%
G=43.22%
B=34.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531210.4800.210.4153.731.3345.69
Hex50997930015289a1f2e
Octal12023117160025502323756
Binary10100001001100111110011100000101011010001001101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509979; }

 p { color: rgb(80,153,121); }

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

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

 a { background-color: rgb(80,153,121); }

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

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

 span { border-color: rgb(80,153,121); }

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