Html Css Color HEX #50A168 Ocean Green

📋 copy color: '#50A168'

red 80 ◦ green 161 ◦ blue 104

#50A168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #50A168

Tints of Ocean Green #50A168

RGB

 RED value IS 80 (31.64% from 255) = 23.19%

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 23.19%
G = 46.67%
B = 30.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#50A168 (or 0x50A168) is known color: Ocean Green. HEX triplet: 50, A1 and 68. RGB value is (80,161,104). Sum of RGB (Red+Green+Blue) = 80+161+104=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #50A168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A168 is #AF5E97. Grayscale: #828282. Windows color (decimal): -11493016 or 6857040. OLE color: 6857040.

HSL color Cylindrical-coordinate representation of color #50A168: hue angle of 137.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A168 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 104 -
CMYK 0.50 0 0.35 0.37
HSL 137.78º 0.34% 0.47% -
HSV(B) 137.78º 0.5% 0.63% -
XYZ 18.55 28.19 17.56 -
YUV 130.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 80 161 104 0.50 0 0.35 0.37 137.78 0.34 0.47
Hex 50 A1 68 32 0 23 25 8A 22 2F
Octal 120 241 150 62 0 43 45 212 42 57
Binary 1010000 10100001 1101000 110010 0 100011 100101 10001010 100010 101111

Color Harmonies of #50A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A168

Black with #50A168

Text Example


Text Example

White with #50A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50A168;
 }
 .AnyTagClassName
 {
   color: #50A168;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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