#50A682

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

Shades of Ocean Green #50A682

Tints of Ocean Green #50A682

Color information

#50A682 (or 0x50A682) is unknown color: approx Ocean Green. HEX triplet: 50, A6 and 82. RGB value is (80,166,130). Sum of RGB (Red+Green+Blue) = 80+166+130=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #50A682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A682 is #AF597D. Grayscale: #888888. Windows color (decimal): -11491710 or 8562256. OLE color: 8562256.

HSL color Cylindrical-coordinate representation of color #50A682: hue angle of 154.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A682 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB80166130-
CMYK0.5200.220.35
HSL154.88º34.96%48.24%-
HSV(B)154.88º51.81%65.1%-
XYZ20.9730.5925.92-
YUV136.18124.5187.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 166 (65.23% from 255) = 44.15%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=21.28%
G=44.15%
B=34.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal801661300.5200.220.35154.8834.9648.24
Hex50A68234016239b2330
Octal12024620264026432334360
Binary1010000101001101000001011010001011010001110011011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A682; }

 p { color: rgb(80,166,130); }

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

<style>
 a { background-color: #50A682; }

 a { background-color: rgb(80,166,130); }

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

<style>
 span { border-color: #50A682; }

 span { border-color: rgb(80,166,130); }

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