Html Css Color HEX #50A36C Ocean Green

📋 copy color: '#50A36C'

red 80 ◦ green 163 ◦ blue 108

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

Shades of Ocean Green #50A36C

Tints of Ocean Green #50A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.44%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 22.79%
G = 46.44%
B = 30.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#50A36C (or 0x50A36C) is known color: Ocean Green. HEX triplet: 50, A3 and 6C. RGB value is (80,163,108). Sum of RGB (Red+Green+Blue) = 80+163+108=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #50A36C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A36C is #AF5C93. Grayscale: #848484. Windows color (decimal): -11492500 or 7119696. OLE color: 7119696.

HSL color Cylindrical-coordinate representation of color #50A36C: hue angle of 140.24º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A36C is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 108 -
CMYK 0.51 0 0.34 0.36
HSL 140.24º 0.34% 0.48% -
HSV(B) 140.24º 0.51% 0.64% -
XYZ 19.11 28.98 18.77 -
YUV 131.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 80 163 108 0.51 0 0.34 0.36 140.24 0.34 0.48
Hex 50 A3 6C 33 0 22 24 8C 22 30
Octal 120 243 154 63 0 42 44 214 42 60
Binary 1010000 10100011 1101100 110011 0 100010 100100 10001100 100010 110000

Color Harmonies of #50A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A36C

Black with #50A36C

Text Example


Text Example

White with #50A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,163,108); }

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

background-color css

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

 a { background-color: rgb(80,163,108); }

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

border-color css

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

 span { border-color: rgb(80,163,108); }

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