Html Css Color HEX #50AA78 Ocean Green

📋 copy color: '#50AA78'

red 80 ◦ green 170 ◦ blue 120

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

Shades of Ocean Green #50AA78

Tints of Ocean Green #50AA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 21.62%
G = 45.95%
B = 32.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#50AA78 (or 0x50AA78) is known color: Ocean Green. HEX triplet: 50, AA and 78. RGB value is (80,170,120). Sum of RGB (Red+Green+Blue) = 80+170+120=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AA78 is #AF5587. Grayscale: #898989. Windows color (decimal): -11490696 or 7907920. OLE color: 7907920.

HSL color Cylindrical-coordinate representation of color #50AA78: hue angle of 146.67º 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 #50AA78 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 170 120 -
CMYK 0.53 0 0.29 0.33
HSL 146.67º 0.36% 0.49% -
HSV(B) 146.67º 0.53% 0.67% -
XYZ 21.07 31.81 22.8 -
YUV 137.39 118.18 87.07 -
System Red Green Blue C M Y K H S L
Decimal 80 170 120 0.53 0 0.29 0.33 146.67 0.36 0.49
Hex 50 AA 78 35 0 1D 21 93 24 31
Octal 120 252 170 65 0 35 41 223 44 61
Binary 1010000 10101010 1111000 110101 0 11101 100001 10010011 100100 110001

Color Harmonies of #50AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA78

Black with #50AA78

Text Example


Text Example

White with #50AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,120); }

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

background-color css

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

 a { background-color: rgb(80,170,120); }

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

border-color css

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

 span { border-color: rgb(80,170,120); }

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