#50AD70

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

Shades of Ocean Green #50AD70

Tints of Ocean Green #50AD70

Color information

#50AD70 (or 0x50AD70) is unknown color: approx Ocean Green. HEX triplet: 50, AD and 70. RGB value is (80,173,112). Sum of RGB (Red+Green+Blue) = 80+173+112=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD70 is #AF528F. Grayscale: #8A8A8A. Windows color (decimal): -11489936 or 7384400. OLE color: 7384400.

HSL color Cylindrical-coordinate representation of color #50AD70: hue angle of 140.65º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD70 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB80173112-
CMYK0.5400.350.32
HSL140.65º36.76%49.61%-
HSV(B)140.65º53.76%67.84%-
XYZ21.1832.7620.54-
YUV138.24113.1986.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=21.92%
G=47.40%
B=30.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731120.5400.350.32140.6536.7649.61
Hex50AD7036023208d2532
Octal12025516066043402154562
Binary1010000101011011110000110110010001110000010001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,112); }

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

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

 a { background-color: rgb(80,173,112); }

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

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

 span { border-color: rgb(80,173,112); }

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