Html Css Color HEX #50B284 Ocean Green

📋 copy color: '#50B284'

red 80 ◦ green 178 ◦ blue 132

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

Shades of Ocean Green #50B284

Tints of Ocean Green #50B284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 20.51%
G = 45.64%
B = 33.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#50B284 (or 0x50B284) is known color: Ocean Green. HEX triplet: 50, B2 and 84. RGB value is (80,178,132). Sum of RGB (Red+Green+Blue) = 80+178+132=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #50B284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B284 is #AF4D7B. Grayscale: #8F8F8F. Windows color (decimal): -11488636 or 8696400. OLE color: 8696400.

HSL color Cylindrical-coordinate representation of color #50B284: hue angle of 151.84º 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 #50B284 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 132 -
CMYK 0.55 0 0.26 0.30
HSL 151.84º 0.39% 0.51% -
HSV(B) 151.84º 0.55% 0.7% -
XYZ 23.39 35.21 27.39 -
YUV 143.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 80 178 132 0.55 0 0.26 0.30 151.84 0.39 0.51
Hex 50 B2 84 37 0 1A 1E 98 27 33
Octal 120 262 204 67 0 32 36 230 47 63
Binary 1010000 10110010 10000100 110111 0 11010 11110 10011000 100111 110011

Color Harmonies of #50B284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B284

Black with #50B284

Text Example


Text Example

White with #50B284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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