#50B166

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

Shades of Ocean Green #50B166

Tints of Ocean Green #50B166

Color information

#50B166 (or 0x50B166) is unknown color: approx Ocean Green. HEX triplet: 50, B1 and 66. RGB value is (80,177,102). Sum of RGB (Red+Green+Blue) = 80+177+102=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #50B166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B166 is #AF4E99. Grayscale: #8B8B8B. Windows color (decimal): -11488922 or 6730064. OLE color: 6730064.

HSL color Cylindrical-coordinate representation of color #50B166: hue angle of 133.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B166 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB80177102-
CMYK0.5500.420.31
HSL133.61º38.34%50.39%-
HSV(B)133.61º54.8%69.41%-
XYZ21.4334.1118.02-
YUV139.45106.8685.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 177 (69.53% from 255) = 49.30%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=22.28%
G=49.30%
B=28.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771020.5500.420.31133.6138.3450.39
Hex50B1663702A1F862632
Octal12026114667052372064662
Binary101000010110001110011011011101010101111110000110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,177,102); }

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

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

 a { background-color: rgb(80,177,102); }

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

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

 span { border-color: rgb(80,177,102); }

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