Html Css Color HEX #50A26E Ocean Green

📋 copy color: '#50A26E'

red 80 ◦ green 162 ◦ blue 110

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

Shades of Ocean Green #50A26E

Tints of Ocean Green #50A26E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.02%

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 22.73%
G = 46.02%
B = 31.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#50A26E (or 0x50A26E) is known color: Ocean Green. HEX triplet: 50, A2 and 6E. RGB value is (80,162,110). Sum of RGB (Red+Green+Blue) = 80+162+110=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #50A26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A26E is #AF5D91. Grayscale: #838383. Windows color (decimal): -11492754 or 7250512. OLE color: 7250512.

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

Color convert

RGB 80 162 110 -
CMYK 0.51 0 0.32 0.36
HSL 141.95º 0.34% 0.47% -
HSV(B) 141.95º 0.51% 0.64% -
XYZ 19.04 28.67 19.28 -
YUV 131.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 80 162 110 0.51 0 0.32 0.36 141.95 0.34 0.47
Hex 50 A2 6E 33 0 20 24 8E 22 2F
Octal 120 242 156 63 0 40 44 216 42 57
Binary 1010000 10100010 1101110 110011 0 100000 100100 10001110 100010 101111

Color Harmonies of #50A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A26E

Black with #50A26E

Text Example


Text Example

White with #50A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,162,110); }

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

background-color css

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

 a { background-color: rgb(80,162,110); }

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

border-color css

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

 span { border-color: rgb(80,162,110); }

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