#50906B

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

Shades of Ocean Green #50906B

Tints of Ocean Green #50906B

Color information

#50906B (or 0x50906B) is unknown color: approx Ocean Green. HEX triplet: 50, 90 and 6B. RGB value is (80,144,107). Sum of RGB (Red+Green+Blue) = 80+144+107=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #50906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50906B is #AF6F94. Grayscale: #787878. Windows color (decimal): -11497365 or 7049296. OLE color: 7049296.

HSL color Cylindrical-coordinate representation of color #50906B: hue angle of 145.31º 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 #50906B is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB80144107-
CMYK0.4400.260.44
HSL145.31º28.57%43.92%-
HSV(B)145.31º44.44%56.47%-
XYZ15.9422.7117.45-
YUV120.65120.399.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=24.17%
G=43.50%
B=32.33%

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
Decimal801441070.4400.260.44145.3128.5743.92
Hex50906B2C01A2C911d2c
Octal12022015354032542213554
Binary10100001001000011010111011000110101011001001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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