Html Css Color HEX #50AB70 Ocean Green

📋 copy color: '#50AB70'

red 80 ◦ green 171 ◦ blue 112

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

Shades of Ocean Green #50AB70

Tints of Ocean Green #50AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

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

R = 22.04%
G = 47.11%
B = 30.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#50AB70 (or 0x50AB70) is known color: Ocean Green. HEX triplet: 50, AB and 70. RGB value is (80,171,112). Sum of RGB (Red+Green+Blue) = 80+171+112=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB70 is #AF548F. Grayscale: #898989. Windows color (decimal): -11490448 or 7383888. OLE color: 7383888.

HSL color Cylindrical-coordinate representation of color #50AB70: hue angle of 141.1º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AB70 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 171 112 -
CMYK 0.53 0 0.35 0.33
HSL 141.1º 0.36% 0.49% -
HSV(B) 141.1º 0.53% 0.67% -
XYZ 20.8 32 20.41 -
YUV 137.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 80 171 112 0.53 0 0.35 0.33 141.1 0.36 0.49
Hex 50 AB 70 35 0 23 21 8D 24 31
Octal 120 253 160 65 0 43 41 215 44 61
Binary 1010000 10101011 1110000 110101 0 100011 100001 10001101 100100 110001

Color Harmonies of #50AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB70

Black with #50AB70

Text Example


Text Example

White with #50AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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