#50A87F

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

Shades of Ocean Green #50A87F

Tints of Ocean Green #50A87F

Color information

#50A87F (or 0x50A87F) is unknown color: approx Ocean Green. HEX triplet: 50, A8 and 7F. RGB value is (80,168,127). Sum of RGB (Red+Green+Blue) = 80+168+127=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #50A87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A87F is #AF5780. Grayscale: #898989. Windows color (decimal): -11491201 or 8366160. OLE color: 8366160.

HSL color Cylindrical-coordinate representation of color #50A87F: hue angle of 152.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A87F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB80168127-
CMYK0.5200.240.34
HSL152.05º35.48%48.63%-
HSV(B)152.05º52.38%65.88%-
XYZ21.1431.2424.99-
YUV137.01122.3587.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 127 (50% from 255) = 33.87%
R=21.33%
G=44.8%
B=33.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801681270.5200.240.34152.0535.4848.63
Hex50A87F3401822982331
Octal12025017764030422304361
Binary101000010101000111111111010001100010001010011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,168,127); }

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

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

 a { background-color: rgb(80,168,127); }

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

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

 span { border-color: rgb(80,168,127); }

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