#50926F

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

Shades of Ocean Green #50926F

Tints of Ocean Green #50926F

Color information

#50926F (or 0x50926F) is unknown color: approx Ocean Green. HEX triplet: 50, 92 and 6F. RGB value is (80,146,111). Sum of RGB (Red+Green+Blue) = 80+146+111=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #50926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926F is #AF6D90. Grayscale: #7A7A7A. Windows color (decimal): -11496849 or 7311952. OLE color: 7311952.

HSL color Cylindrical-coordinate representation of color #50926F: hue angle of 148.18º 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 #50926F is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB80146111-
CMYK0.4500.240.43
HSL148.18º29.2%44.31%-
HSV(B)148.18º45.21%57.25%-
XYZ16.4623.4118.69-
YUV122.28121.6397.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=23.74%
G=43.32%
B=32.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461110.4500.240.43148.1829.244.31
Hex50926F2D0182B941d2c
Octal12022215755030532243554
Binary10100001001001011011111011010110001010111001010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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