#50AB68

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

Shades of Ocean Green #50AB68

Tints of Ocean Green #50AB68

Color information

#50AB68 (or 0x50AB68) is unknown color: approx Ocean Green. HEX triplet: 50, AB and 68. RGB value is (80,171,104). Sum of RGB (Red+Green+Blue) = 80+171+104=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB68 is #AF5497. Grayscale: #888888. Windows color (decimal): -11490456 or 6859600. OLE color: 6859600.

HSL color Cylindrical-coordinate representation of color #50AB68: hue angle of 135.82º 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 #50AB68 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB80171104-
CMYK0.5300.390.33
HSL135.82º36.25%49.22%-
HSV(B)135.82º53.22%67.06%-
XYZ20.3731.8318.17-
YUV136.15109.8587.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=22.54%
G=48.17%
B=29.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711040.5300.390.33135.8236.2549.22
Hex50AB683502721882431
Octal12025315065047412104461
Binary1010000101010111101000110101010011110000110001000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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