#50AB84

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

Shades of Ocean Green #50AB84

Tints of Ocean Green #50AB84

Color information

#50AB84 (or 0x50AB84) is unknown color: approx Ocean Green. HEX triplet: 50, AB and 84. RGB value is (80,171,132). Sum of RGB (Red+Green+Blue) = 80+171+132=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AB84 is #AF547B. Grayscale: #8B8B8B. Windows color (decimal): -11490428 or 8694608. OLE color: 8694608.

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

Color convert

RGB80171132-
CMYK0.5300.230.33
HSL154.29º36.25%49.22%-
HSV(B)154.29º53.22%67.06%-
XYZ22.0432.526.94-
YUV139.34123.8585.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=20.89%
G=44.65%
B=34.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711320.5300.230.33154.2936.2549.22
Hex50AB8435017219a2431
Octal12025320465027412324461
Binary1010000101010111000010011010101011110000110011010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,132); }

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

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

 a { background-color: rgb(80,171,132); }

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

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

 span { border-color: rgb(80,171,132); }

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