#50B169

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

Shades of Ocean Green #50B169

Tints of Ocean Green #50B169

Color information

#50B169 (or 0x50B169) is unknown color: approx Ocean Green. HEX triplet: 50, B1 and 69. RGB value is (80,177,105). Sum of RGB (Red+Green+Blue) = 80+177+105=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #50B169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B169 is #AF4E96. Grayscale: #8B8B8B. Windows color (decimal): -11488919 or 6926672. OLE color: 6926672.

HSL color Cylindrical-coordinate representation of color #50B169: hue angle of 135.46º 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 #50B169 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB80177105-
CMYK0.5500.410.31
HSL135.46º38.34%50.39%-
HSV(B)135.46º54.8%69.41%-
XYZ21.5834.1718.82-
YUV139.79108.3685.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=22.10%
G=48.90%
B=29.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771050.5500.410.31135.4638.3450.39
Hex50B169370291F872632
Octal12026115167051372074662
Binary101000010110001110100111011101010011111110000111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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