Html Css Color HEX #50B770 Ocean Green

📋 copy color: '#50B770'

red 80 ◦ green 183 ◦ blue 112

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

Shades of Ocean Green #50B770

Tints of Ocean Green #50B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.8%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 21.33%
G = 48.8%
B = 29.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#50B770 (or 0x50B770) is known color: Ocean Green. HEX triplet: 50, B7 and 70. RGB value is (80,183,112). Sum of RGB (Red+Green+Blue) = 80+183+112=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #50B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B770 is #AF488F. Grayscale: #909090. Windows color (decimal): -11487376 or 7386960. OLE color: 7386960.

HSL color Cylindrical-coordinate representation of color #50B770: hue angle of 138.64º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B770 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 112 -
CMYK 0.56 0 0.39 0.28
HSL 138.64º 0.42% 0.52% -
HSV(B) 138.64º 0.56% 0.72% -
XYZ 23.17 36.74 21.2 -
YUV 144.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 80 183 112 0.56 0 0.39 0.28 138.64 0.42 0.52
Hex 50 B7 70 38 0 27 1C 8B 2A 34
Octal 120 267 160 70 0 47 34 213 52 64
Binary 1010000 10110111 1110000 111000 0 100111 11100 10001011 101010 110100

Color Harmonies of #50B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B770

Black with #50B770

Text Example


Text Example

White with #50B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,112); }

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

background-color css

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

 a { background-color: rgb(80,183,112); }

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

border-color css

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

 span { border-color: rgb(80,183,112); }

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