Html Css Color HEX #50AE67 Ocean Green

📋 copy color: '#50AE67'

red 80 ◦ green 174 ◦ blue 103

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

Shades of Ocean Green #50AE67

Tints of Ocean Green #50AE67

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.74%

 BLUE value IS 103 (40.63% from 255) = 28.85%

R = 22.41%
G = 48.74%
B = 28.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#50AE67 (or 0x50AE67) is known color: Ocean Green. HEX triplet: 50, AE and 67. RGB value is (80,174,103). Sum of RGB (Red+Green+Blue) = 80+174+103=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AE67 is #AF5198. Grayscale: #898989. Windows color (decimal): -11489689 or 6794832. OLE color: 6794832.

HSL color Cylindrical-coordinate representation of color #50AE67: hue angle of 134.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AE67 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 174 103 -
CMYK 0.54 0 0.41 0.32
HSL 134.68º 0.37% 0.5% -
HSV(B) 134.68º 0.54% 0.68% -
XYZ 20.89 32.96 18.09 -
YUV 137.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 80 174 103 0.54 0 0.41 0.32 134.68 0.37 0.5
Hex 50 AE 67 36 0 29 20 87 25 32
Octal 120 256 147 66 0 51 40 207 45 62
Binary 1010000 10101110 1100111 110110 0 101001 100000 10000111 100101 110010

Color Harmonies of #50AE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AE67

Black with #50AE67

Text Example


Text Example

White with #50AE67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,103); }

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

background-color css

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

 a { background-color: rgb(80,174,103); }

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

border-color css

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

 span { border-color: rgb(80,174,103); }

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