Html Css Color HEX #50A97B Ocean Green

📋 copy color: '#50A97B'

red 80 ◦ green 169 ◦ blue 123

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

Shades of Ocean Green #50A97B

Tints of Ocean Green #50A97B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.43%

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 21.51%
G = 45.43%
B = 33.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#50A97B (or 0x50A97B) is known color: Ocean Green. HEX triplet: 50, A9 and 7B. RGB value is (80,169,123). Sum of RGB (Red+Green+Blue) = 80+169+123=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #50A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A97B is #AF5684. Grayscale: #898989. Windows color (decimal): -11490949 or 8104272. OLE color: 8104272.

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

Color convert

RGB 80 169 123 -
CMYK 0.53 0 0.27 0.34
HSL 148.99º 0.36% 0.49% -
HSV(B) 148.99º 0.53% 0.66% -
XYZ 21.07 31.51 23.71 -
YUV 137.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 80 169 123 0.53 0 0.27 0.34 148.99 0.36 0.49
Hex 50 A9 7B 35 0 1B 22 95 24 31
Octal 120 251 173 65 0 33 42 225 44 61
Binary 1010000 10101001 1111011 110101 0 11011 100010 10010101 100100 110001

Color Harmonies of #50A97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A97B

Black with #50A97B

Text Example


Text Example

White with #50A97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,123); }

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

background-color css

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

 a { background-color: rgb(80,169,123); }

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

border-color css

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

 span { border-color: rgb(80,169,123); }

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