Html Css Color HEX #50AC7B Ocean Green

📋 copy color: '#50AC7B'

red 80 ◦ green 172 ◦ blue 123

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

Shades of Ocean Green #50AC7B

Tints of Ocean Green #50AC7B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

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

R = 21.33%
G = 45.87%
B = 32.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#50AC7B (or 0x50AC7B) is known color: Ocean Green. HEX triplet: 50, AC and 7B. RGB value is (80,172,123). Sum of RGB (Red+Green+Blue) = 80+172+123=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC7B is #AF5384. Grayscale: #8B8B8B. Windows color (decimal): -11490181 or 8105040. OLE color: 8105040.

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

Color convert

RGB 80 172 123 -
CMYK 0.53 0 0.28 0.33
HSL 148.04º 0.37% 0.49% -
HSV(B) 148.04º 0.53% 0.67% -
XYZ 21.64 32.64 23.9 -
YUV 138.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 80 172 123 0.53 0 0.28 0.33 148.04 0.37 0.49
Hex 50 AC 7B 35 0 1C 21 94 25 31
Octal 120 254 173 65 0 34 41 224 45 61
Binary 1010000 10101100 1111011 110101 0 11100 100001 10010100 100101 110001

Color Harmonies of #50AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC7B

Black with #50AC7B

Text Example


Text Example

White with #50AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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