#50926A

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

Shades of Ocean Green #50926A

Tints of Ocean Green #50926A

Color information

#50926A (or 0x50926A) is unknown color: approx Ocean Green. HEX triplet: 50, 92 and 6A. RGB value is (80,146,106). Sum of RGB (Red+Green+Blue) = 80+146+106=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #50926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926A is #AF6D95. Grayscale: #797979. Windows color (decimal): -11496854 or 6984272. OLE color: 6984272.

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

Color convert

RGB80146106-
CMYK0.4500.270.43
HSL143.64º29.2%44.31%-
HSV(B)143.64º45.21%57.25%-
XYZ16.1923.317.28-
YUV121.71119.1398.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=24.10%
G=43.98%
B=31.93%

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
Decimal801461060.4500.270.43143.6429.244.31
Hex50926A2D01B2B901d2c
Octal12022215255033532203554
Binary10100001001001011010101011010110111010111001000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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