Html Css Color HEX #50B27C Ocean Green

📋 copy color: '#50B27C'

red 80 ◦ green 178 ◦ blue 124

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

Shades of Ocean Green #50B27C

Tints of Ocean Green #50B27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 20.94%
G = 46.6%
B = 32.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#50B27C (or 0x50B27C) is known color: Ocean Green. HEX triplet: 50, B2 and 7C. RGB value is (80,178,124). Sum of RGB (Red+Green+Blue) = 80+178+124=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #50B27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B27C is #AF4D83. Grayscale: #8E8E8E. Windows color (decimal): -11488644 or 8172112. OLE color: 8172112.

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

Color convert

RGB 80 178 124 -
CMYK 0.55 0 0.30 0.30
HSL 146.94º 0.39% 0.51% -
HSV(B) 146.94º 0.55% 0.7% -
XYZ 22.87 35 24.62 -
YUV 142.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 80 178 124 0.55 0 0.30 0.30 146.94 0.39 0.51
Hex 50 B2 7C 37 0 1E 1E 93 27 33
Octal 120 262 174 67 0 36 36 223 47 63
Binary 1010000 10110010 1111100 110111 0 11110 11110 10010011 100111 110011

Color Harmonies of #50B27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B27C

Black with #50B27C

Text Example


Text Example

White with #50B27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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