Html Css Color HEX #50AC6B Ocean Green

📋 copy color: '#50AC6B'

red 80 ◦ green 172 ◦ blue 107

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

Shades of Ocean Green #50AC6B

Tints of Ocean Green #50AC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 22.28%
G = 47.91%
B = 29.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#50AC6B (or 0x50AC6B) is known color: Ocean Green. HEX triplet: 50, AC and 6B. RGB value is (80,172,107). Sum of RGB (Red+Green+Blue) = 80+172+107=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC6B is #AF5394. Grayscale: #898989. Windows color (decimal): -11490197 or 7056464. OLE color: 7056464.

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

Color convert

RGB 80 172 107 -
CMYK 0.53 0 0.38 0.33
HSL 137.61º 0.37% 0.49% -
HSV(B) 137.61º 0.53% 0.67% -
XYZ 20.71 32.27 19.05 -
YUV 137.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 80 172 107 0.53 0 0.38 0.33 137.61 0.37 0.49
Hex 50 AC 6B 35 0 26 21 8A 25 31
Octal 120 254 153 65 0 46 41 212 45 61
Binary 1010000 10101100 1101011 110101 0 100110 100001 10001010 100101 110001

Color Harmonies of #50AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC6B

Black with #50AC6B

Text Example


Text Example

White with #50AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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