#509976

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

Shades of Ocean Green #509976

Tints of Ocean Green #509976

Color information

#509976 (or 0x509976) is unknown color: approx Ocean Green. HEX triplet: 50, 99 and 76. RGB value is (80,153,118). Sum of RGB (Red+Green+Blue) = 80+153+118=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #509976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509976 is #AF6689. Grayscale: #7F7F7F. Windows color (decimal): -11495050 or 7772496. OLE color: 7772496.

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

Color convert

RGB80153118-
CMYK0.4800.230.4
HSL151.23º31.33%45.69%-
HSV(B)151.23º47.71%60%-
XYZ17.9725.821.17-
YUV127.18122.8294.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=22.79%
G=43.59%
B=33.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531180.4800.230.4151.2331.3345.69
Hex5099763001728971f2e
Octal12023116660027502273756
Binary10100001001100111101101100000101111010001001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509976; }

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

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

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

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

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

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

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

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