Html Css Color HEX #50A57B Ocean Green

📋 copy color: '#50A57B'

red 80 ◦ green 165 ◦ blue 123

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

Shades of Ocean Green #50A57B

Tints of Ocean Green #50A57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.84%

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

R = 21.74%
G = 44.84%
B = 33.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#50A57B (or 0x50A57B) is known color: Ocean Green. HEX triplet: 50, A5 and 7B. RGB value is (80,165,123). Sum of RGB (Red+Green+Blue) = 80+165+123=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #50A57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A57B is #AF5A84. Grayscale: #868686. Windows color (decimal): -11491973 or 8103248. OLE color: 8103248.

HSL color Cylindrical-coordinate representation of color #50A57B: hue angle of 150.35º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A57B is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 123 -
CMYK 0.52 0 0.25 0.35
HSL 150.35º 0.35% 0.48% -
HSV(B) 150.35º 0.52% 0.65% -
XYZ 20.34 30.05 23.47 -
YUV 134.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 80 165 123 0.52 0 0.25 0.35 150.35 0.35 0.48
Hex 50 A5 7B 34 0 19 23 96 23 30
Octal 120 245 173 64 0 31 43 226 43 60
Binary 1010000 10100101 1111011 110100 0 11001 100011 10010110 100011 110000

Color Harmonies of #50A57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A57B

Black with #50A57B

Text Example


Text Example

White with #50A57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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