#50A97F

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

Shades of Ocean Green #50A97F

Tints of Ocean Green #50A97F

Color information

#50A97F (or 0x50A97F) is unknown color: approx Ocean Green. HEX triplet: 50, A9 and 7F. RGB value is (80,169,127). Sum of RGB (Red+Green+Blue) = 80+169+127=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #50A97F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A97F is #AF5680. Grayscale: #898989. Windows color (decimal): -11490945 or 8366416. OLE color: 8366416.

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

Color convert

RGB80169127-
CMYK0.5300.250.34
HSL151.69º35.74%48.82%-
HSV(B)151.69º52.66%66.27%-
XYZ21.3331.6125.06-
YUV137.6122.0186.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 169 (66.41% from 255) = 44.95%
BLUE value IS 127 (50% from 255) = 33.78%
R=21.28%
G=44.95%
B=33.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801691270.5300.250.34151.6935.7448.82
Hex50A97F3501922982431
Octal12025117765031422304461
Binary101000010101001111111111010101100110001010011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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