Html Css Color HEX #50B26A Ocean Green

📋 copy color: '#50B26A'

red 80 ◦ green 178 ◦ blue 106

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

Shades of Ocean Green #50B26A

Tints of Ocean Green #50B26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.9%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 21.98%
G = 48.9%
B = 29.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#50B26A (or 0x50B26A) is known color: Ocean Green. HEX triplet: 50, B2 and 6A. RGB value is (80,178,106). Sum of RGB (Red+Green+Blue) = 80+178+106=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #50B26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B26A is #AF4D95. Grayscale: #8C8C8C. Windows color (decimal): -11488662 or 6992464. OLE color: 6992464.

HSL color Cylindrical-coordinate representation of color #50B26A: hue angle of 135.92º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B26A is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 106 -
CMYK 0.55 0 0.40 0.30
HSL 135.92º 0.39% 0.51% -
HSV(B) 135.92º 0.55% 0.7% -
XYZ 21.83 34.59 19.16 -
YUV 140.49 108.53 84.85 -
System Red Green Blue C M Y K H S L
Decimal 80 178 106 0.55 0 0.40 0.30 135.92 0.39 0.51
Hex 50 B2 6A 37 0 28 1E 88 27 33
Octal 120 262 152 67 0 50 36 210 47 63
Binary 1010000 10110010 1101010 110111 0 101000 11110 10001000 100111 110011

Color Harmonies of #50B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B26A

Black with #50B26A

Text Example


Text Example

White with #50B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,106); }

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

background-color css

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

 a { background-color: rgb(80,178,106); }

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

border-color css

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

 span { border-color: rgb(80,178,106); }

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