#50906A

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

Shades of Ocean Green #50906A

Tints of Ocean Green #50906A

Color information

#50906A (or 0x50906A) is unknown color: approx Ocean Green. HEX triplet: 50, 90 and 6A. RGB value is (80,144,106). Sum of RGB (Red+Green+Blue) = 80+144+106=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #50906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50906A is #AF6F95. Grayscale: #787878. Windows color (decimal): -11497366 or 6983760. OLE color: 6983760.

HSL color Cylindrical-coordinate representation of color #50906A: hue angle of 144.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50906A is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB80144106-
CMYK0.4400.260.44
HSL144.38º28.57%43.92%-
HSV(B)144.38º44.44%56.47%-
XYZ15.8822.6917.18-
YUV120.53119.899.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=24.24%
G=43.64%
B=32.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441060.4400.260.44144.3828.5743.92
Hex50906A2C01A2C901d2c
Octal12022015254032542203554
Binary10100001001000011010101011000110101011001001000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50906A; }

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

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

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

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

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

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

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

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