#50926B

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

Shades of Ocean Green #50926B

Tints of Ocean Green #50926B

Color information

#50926B (or 0x50926B) is unknown color: approx Ocean Green. HEX triplet: 50, 92 and 6B. RGB value is (80,146,107). Sum of RGB (Red+Green+Blue) = 80+146+107=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #50926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926B is #AF6D94. Grayscale: #797979. Windows color (decimal): -11496853 or 7049808. OLE color: 7049808.

HSL color Cylindrical-coordinate representation of color #50926B: hue angle of 144.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50926B is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB80146107-
CMYK0.4500.270.43
HSL144.55º29.2%44.31%-
HSV(B)144.55º45.21%57.25%-
XYZ16.2423.3217.56-
YUV121.82119.6398.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=24.02%
G=43.84%
B=32.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461070.4500.270.43144.5529.244.31
Hex50926B2D01B2B911d2c
Octal12022215355033532213554
Binary10100001001001011010111011010110111010111001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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